Skip to main content

Deletes (deprovisions) a virtual machine.

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

This operation is asynchronous and returns a pollable operation id. Poll GET /v{version}/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.