attach_network_vm
Move a cloud VM into a specified private network (VPC), detaching it from its current VPC.
Instructions
Move a cloud VM into a private network (VPC), detaching it from its current VPC (the VM's public eth0 interface is untouched). Requires scope services:write. Plain write — not gated. id is the target VPC from list_networks; serverId is the Nova server id to move.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Target VPC (network) id from list_networks. | |
| serverId | Yes | Nova server id to move into this VPC. |