Backup

Enable Daily Backup

This endpoint enables daily backup for a Redis database.

PATCH/v2/redis/enable-dailybackup/{id}
cURL
curl --request PATCH \
  --url https://api.upstash.com/v2/redis/enable-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

Response

200 — Daily backup enabled successfully

Loading search…