reserve_ip
Reserve a static public IP for your cloud VM. Optionally attach it immediately by providing a server ID. Confirm cost with confirm:true.
Instructions
Reserve a new static public IP (EUR 2/mo). Requires scope services:write. SPENDS MONEY: billed monthly until released. Optionally pass serverId to reserve AND attach it to that cloud VM in the same call. Pass confirm:true only after the user has approved the cost. Manage it afterward with attach_reserved_ip / detach_reserved_ip / release_reserved_ip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Set to true to execute. This operation spends from your account balance and/or is irreversible; only pass true after the user has explicitly approved. Omit or false → the tool refuses and makes no API call. | |
| serverId | No | Optional cloud VM id to attach the new IP to immediately. |