Skip to main content
Glama

Vultr MCP

by rsp2k

delete_forwarding_rule

Remove a forwarding rule from a Vultr load balancer to manage traffic routing configurations and optimize network performance.

Instructions

Delete a forwarding rule from a load balancer.

Args: load_balancer_id: The load balancer ID or label (e.g., "web-lb", "api-load-balancer", or UUID) forwarding_rule_id: The forwarding rule ID

Returns: Status message confirming deletion

Input Schema

NameRequiredDescriptionDefault
forwarding_rule_idYes
load_balancer_idYes

Input Schema (JSON Schema)

{ "properties": { "forwarding_rule_id": { "title": "Forwarding Rule Id", "type": "string" }, "load_balancer_id": { "title": "Load Balancer Id", "type": "string" } }, "required": [ "load_balancer_id", "forwarding_rule_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