convert_instance_ip
Convert an instance IP to a reserved IP on Vultr MCP, ensuring the IP remains accessible even after the instance is destroyed. Specify the IP address, instance ID, and optional label for the new reserved IP.
Instructions
Convert an existing instance IP to a reserved IP.
Args: ip_address: The IP address to convert instance_id: The instance ID that owns the IP 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 |
---|---|---|---|
instance_id | Yes | ||
ip_address | Yes | ||
label | No |