Backup ID
Unique identifier of the backup in UUID format.
| Field | Value |
|---|---|
| Name | backupId |
| Location | path |
| Required | Yes |
| Type | string (uuid) |
| Example | 00000000-0000-0000-0000-000000000000 |
Used In
- Returns a single backup by id.
GET /v1/projects/{projectId}/vms/{vmId}/backups/{backupId} - Deletes a backup. This operation is asynchronous.
DELETE /v1/projects/{projectId}/vms/{vmId}/backups/{backupId} - Restores the VM's disk state from the specified backup. This operation is asynchronous.
POST /v1/projects/{projectId}/vms/{vmId}/backups/{backupId}/restore