Restore Backup
POST
/projects/:projectId/vms/:vmId/backups/:backupId/restoreRestores 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
identifier and is not queryable via any public endpoint. Poll
GET /v1/projects/{projectId}/vms/{vmId} and watch operationStatus to observe
completion.
Request
Responses
- 202
- 404
- 409
The restore request was accepted for asynchronous processing.
The backup, VM, or project was not found.
The VM has another operation already in progress.