Skip to main content
Glama
hostinger

hostinger-api-mcp

Official

VPS_deactivateFirewallV1

Deactivate firewall protection on a specified virtual machine using its Firewall ID and Virtual Machine ID. This tool is part of the Hostinger MCP server for managing hosting infrastructure.

Instructions

Deactivate a firewall for a specified virtual machine.

Use this endpoint to remove firewall protection from VPS instances.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
firewallIdYesFirewall ID
virtualMachineIdYesVirtual Machine ID

Implementation Reference

  • TypeScript type definition for the 'VPS_deactivateFirewallV1' tool schema, specifying input parameters 'firewallId' (number) and 'virtualMachineId' (number), and generic 'any' response.
    * Deactivate a firewall for a specified virtual machine. Use this endpoint to remove firewall protection from VPS instances. */ "VPS_deactivateFirewallV1": { params: { /** * Firewall ID */ firewallId: number; /** * Virtual Machine ID */ virtualMachineId: number; }; response: any; // Response structure will depend on the API };

Other Tools

Related Tools

Latest Blog Posts

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