curl -X POST \ https://api.upstash.com/v2/redis/restore-backup/{id} \ -u 'EMAIL:API_KEY' -d '{"backup_id" : "backup_id"}'
"OK"
This endpoint restores data from an existing backup.
Was this page helpful?