Backups
Manages disk backups for a VM: listing, retrieving, creating, deleting, and restoring from a backup.
📄️ Returns a paginated list of backups belonging to the specified VM.
Supported values for `PagedQueryParams.Sorts` and `PagedQueryParams.Filters` on this endpoint are
📄️ Creates a new backup of the specified VM. This operation is asynchronous.
This endpoint takes no request body; the VM to back up is identified entirely by the route parameters.
📄️ Returns a single backup by id.
Returns details of the selected backup.
📄️ Deletes a backup. This operation is asynchronous.
As with backup creation, the returned `CommandId` is an internal identifier and is not
📄️ Restores the VM's disk state from the specified backup. This operation is asynchronous.
Same pattern as backup creation and deletion: the returned `CommandId` is an internal