remove_firewall_rule
ActiveTool of BorealHost
declared in 1.27.0
Remove an IP firewall rule and reload Nginx. Requires: API key with write scope. Args: slug: Site identifier ip: IP address or CIDR to remove (must match exactly) Returns: {"removed": true, "ip": "1.2.3.4"}
Parameters schema
{
"type": "object",
"title": "remove_firewall_ruleArguments",
"required": [
"slug",
"ip"
],
"properties": {
"ip": {
"type": "string",
"title": "Ip"
},
"slug": {
"type": "string",
"title": "Slug"
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries