Skip to main content

Disconnects a VM from the network.

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

This operation is asynchronous. The CommandId in the response is an internal identifier and is not queryable via any public endpoint. To observe completion, poll GET .../networks/{networkId} and watch the OperationStatus field; the VM disappears from the VmsInterfaces list once the detach finishes.

Request

Responses

The detach request was accepted and is being processed in the background.