- Getting Started
- Authentication
- HTTP Status Codes
- Redis
- POSTCreate a Redis Database (Regional - DEPRECATED)
- POSTCreate a Redis Database (Global)
- DELDelete Database
- GETList Databases
- GETGet Database
- GETGet Database Stats
- POSTUpdate Regions (Global)
- POSTReset Password
- POSTRename Database
- POSTEnable TLS
- POSTEnable Eviction
- POSTDisable Eviction
- POSTEnable Auto Upgrade
- POSTDisable Auto Upgrade
- POSTMove To Team
- Backup
- POST
- Vector
- Teams
- DevOps
Backup
Enable Daily Backup
This endpoint enables daily backup for a Redis database.
PATCH
/
v2
/
redis
/
enable-dailybackup
/
{id}
Copy
curl -X PATCH \
https://api.upstash.com/v2/redis/enable-dailybackup/{id} \
-u 'EMAIL:API_KEY'
Copy
"OK"
URL Parameters
The ID of the Redis database
Copy
curl -X PATCH \
https://api.upstash.com/v2/redis/enable-dailybackup/{id} \
-u 'EMAIL:API_KEY'
Copy
"OK"
Was this page helpful?
Copy
curl -X PATCH \
https://api.upstash.com/v2/redis/enable-dailybackup/{id} \
-u 'EMAIL:API_KEY'
Copy
"OK"
Assistant
Responses are generated using AI and may contain mistakes.