curl -X POST \ https://api.upstash.com/v2/redis/create-backup/{id} \ -u 'EMAIL:API_KEY' \ -d '{"name" : "backup_name"}'
"OK"
This endpoint creates a backup for a Redis database.
Was this page helpful?