Skip to main content
Glama

Vultr MCP

by rsp2k

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

NameRequiredDescriptionDefault
instance_idYes
ip_addressYes
labelNo

Input Schema (JSON Schema)

{ "properties": { "instance_id": { "title": "Instance Id", "type": "string" }, "ip_address": { "title": "Ip Address", "type": "string" }, "label": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Label" } }, "required": [ "ip_address", "instance_id" ], "type": "object" }

Other Tools from Vultr MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/rsp2k/mcp-vultr'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server