attach_reserved_ip
Attach a reserved static public IP to your cloud VM. Provide the reserved IP id and the server id of the VM.
Instructions
Attach a reserved (static) public IP to one of your cloud VMs. Requires scope services:write. Plain write — not gated. id comes from list_reserved_ips; serverId is the cloud VM id to attach to (must be owned by you).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Reserved IP id from list_reserved_ips. | |
| serverId | Yes | Cloud VM id to attach to (must be owned by you). |