Skip to main content

Delete VM

DELETE
/projects/:projectId/vms/:vmId

Deletes (deprovisions) a virtual machine.

This operation is asynchronous and returns a pollable operation id. Poll GET /v1/projects/{projectId}/operations/{operationId} using the returned commandId (which is a real, pollable operation id for this endpoint) until its status leaves InProgress.

Request

Responses

The deletion request was accepted; deprovisioning continues in the background.