cURL
curl --request POST \ --url https://api.upstash.com/v2/redis/create-backup/{id} \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>" }'
"OK"
This endpoint creates a backup for a Redis database.
Was this page helpful?