reserved_ip_convert_instance_ip
Convert an instance's IP address to a reserved IP to retain it after the instance is destroyed. Keeps the IP attached and preserves it for reuse.
Instructions
Convert an existing instance IP to a reserved IP.
Args: ip_address: The IP address to convert instance_id: The instance ID, label, or hostname that owns the IP (e.g., "web-server" or UUID) ctx: FastMCP context for resource change notifications label: Optional label for the reserved IP
Returns: Created reserved IP information
This is useful when you want to keep an IP address even after destroying the instance. The IP will be converted to a reserved IP and remain attached to the instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | ||
| ip_address | Yes | ||
| instance_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||