Skip to main content

Restores the VM's disk state from the specified backup. This operation is asynchronous.

POST
/v1/projects/:projectId/vms/:vmId/backups/:backupId/restore

Same pattern as backup creation and deletion: 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 to observe completion.

Request

Responses

The restore request was accepted for asynchronous processing.