Skip to main content
Glama

Vultr MCP

by rsp2k

delete_ipv4

Remove an IPv4 address from a Vultr cloud instance by specifying the instance identifier and IP address to manage network configurations.

Instructions

Delete an IPv4 address from an instance.

Args: instance_id: The instance ID, label, or hostname (e.g., "web-server", "db.example.com", or UUID) ipv4: The IPv4 address to delete

Returns: Status message confirming deletion

Input Schema

NameRequiredDescriptionDefault
instance_idYes
ipv4Yes

Input Schema (JSON Schema)

{ "properties": { "instance_id": { "title": "Instance Id", "type": "string" }, "ipv4": { "title": "Ipv4", "type": "string" } }, "required": [ "instance_id", "ipv4" ], "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