PATCH
/
v2
/
redis
/
enable-dailybackup
/
{id}
curl -X PATCH \
  https://api.upstash.com/v2/redis/enable-dailybackup/{id} \
  -u 'EMAIL:API_KEY'
"OK"

URL Parameters

id
string
required

The ID of the Redis database

curl -X PATCH \
  https://api.upstash.com/v2/redis/enable-dailybackup/{id} \
  -u 'EMAIL:API_KEY'
"OK"