Backups
Manages disk backups for a VM: listing, retrieving, creating, deleting, and restoring from a backup.
GET
List Backups
Returns a paginated list of backups belonging to the specified VM.
POST
Create Backup
Creates a new backup of the specified VM. This operation is asynchronous.
GET
Get Backup
Returns a single backup by id.
DELETE
Delete Backup
Deletes a backup. This operation is asynchronous.
POST
Restore Backup
Restores the VM's disk state from the specified backup. This operation is asynchronous.