cURL
curl --request POST \ --url https://api.upstash.com/v2/redis/restore-backup/{id} \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "backup_id": "<string>" }'
"OK"
This endpoint restores data from an existing backup.
Was this page helpful?