Skip to main content

Attach VM to Network

POST
/projects/:projectId/networks/:networkId/vms

Connects a VM to the network.

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 and the vmsInterfaces list. Optionally assign a specific IPv4 address; otherwise one is allocated automatically.

Request

Responses

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