This endpoint disables daily backup for a Redis database.
curl -X PATCH \ https://api.upstash.com/v2/redis/disable-dailybackup/{id} \ -u 'EMAIL:API_KEY'
"OK"
The ID of the Redis database
Was this page helpful?