Skip to main content

Update VM Network Attachment

PUT
/projects/:projectId/networks/:networkId/vms/:vmId

Changes the network configuration (IP address) of a VM already attached 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 VM's entry in the vmsInterfaces list.

Request

Responses

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