cURL
curl --request POST \ --url https://console.cloudblast.io/api/v2/servers/{server}/backups/{backup_uuid}/restore \ --header 'Authorization: Bearer <token>'
{ "data": { "status": "restoring" } }
Restores the server from a backup. The server will be unavailable during the restoration process.
API token from your CloudBlast account settings. Pass as Authorization: Bearer <token>.
Authorization: Bearer <token>
Server UUID (36 chars) or short UUID (8 chars)
Backup UUID
Restore initiated
Show child attributes