Backup
Disable Daily Backup
This endpoint disables daily backup for a Redis database.
PATCH/v2/redis/disable-dailybackup/{id}
cURL
curl --request PATCH \
--url https://api.upstash.com/v2/redis/disable-dailybackup/{id} \
--header 'Authorization: Bearer <token>'200Response
"OK"Authorization
Authorizationheaderstringrequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idpathstringrequired
The ID of the Redis database