Skip to main content

Deletes a backup. This operation is asynchronous.

DELETE
/v1/projects/:projectId/vms/:vmId/backups/:backupId

As with backup creation, the returned CommandId is an internal identifier and is not queryable via any public endpoint. Poll GET /v{version}/projects/{projectId}/vms/{vmId} and watch OperationStatus, or poll this backups list, to observe completion.

Request

Responses

The backup deletion request was accepted for asynchronous processing.