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
Name | Required | Description | Default |
---|---|---|---|
firewallId | Yes | Firewall ID | |
virtualMachineId | Yes | Virtual Machine ID |
Input Schema (JSON Schema)
{
"properties": {
"firewallId": {
"description": "Firewall ID",
"type": "integer"
},
"virtualMachineId": {
"description": "Virtual Machine ID",
"type": "integer"
}
},
"required": [
"firewallId",
"virtualMachineId"
],
"type": "object"
}