reserved_ip_attach
Attach a reserved IP to a Vultr instance using its IP address and instance ID. Requires the instance to be in the same region for successful attachment.
Instructions
Attach a reserved IP to an instance.
Args: reserved_ip: The reserved IP address (e.g., "192.168.1.1" or "2001:db8::1") instance_id: The instance ID, label, or hostname (e.g., "web-server", "db.example.com", or UUID) ctx: FastMCP context for resource change notifications
Returns: Success message
Note: The instance must be in the same region as the reserved IP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | ||
| reserved_ip | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |