DewaVPS

Restore backup file

GET
/instance/{instance_uuid}/backup/restore/{backup_uuid}

Restore an instance from a specific backup file.

Authorization

ApiKeyAuth
x-apikey<token>

In: header

Path Parameters

instance_uuid*string

UUID of the instance

Formatuuid
backup_uuid*string

UUID of the backup file

Formatuuid

Response Body

application/json

curl -X GET "https://api.dewavps.com/v1/instance/497f6eca-6276-4993-bfeb-53cbbbba6f08/backup/restore/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "message": "Starting backup restore process",
  "data": {
    "vm_uuid": "5afb774f-8216-4579-b1f7-69c6de398477",
    "backup_uuid": "c5053adb-1f3c-4bb8-ba60-dc0761df127e"
  }
}