Changes the network configuration (IP address) of a VM already attached to the network.
PUT
/v1/projects/:projectId/networks/:networkId/vms/:vmIdThis 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
- 202
- 400
- 404
- 409
The configure request was accepted and is being processed in the background.
The request body failed validation.
The network or VM was not found, or the VM is not attached to this network.
Another operation is already in progress on this network or VM. Poll until it clears, then retry.