Skip to main content
Glama

hostinger-api-mcp

Official

VPS_deleteFirewallRuleV1

Remove a specific firewall rule from a specified firewall using the Hostinger MCP server. Deleting a rule requires manual resync for affected virtual machines.

Instructions

Delete a specific firewall rule from a specified firewall.

Any virtual machine that has this firewall activated will lose sync with the firewall and will have to be synced again manually.

Use this endpoint to remove specific firewall rules.

Input Schema

NameRequiredDescriptionDefault
firewallIdYesFirewall ID
ruleIdYesFirewall Rule ID

Input Schema (JSON Schema)

{ "properties": { "firewallId": { "description": "Firewall ID", "type": "integer" }, "ruleId": { "description": "Firewall Rule ID", "type": "integer" } }, "required": [ "firewallId", "ruleId" ], "type": "object" }

Other Tools from hostinger-api-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/hostinger/api-mcp-server'

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