toggle_firewall_rule
Enable or disable a specific firewall rule on the OPNSense MCP Server by providing the rule's UUID. Simplifies firewall management for network security.
Instructions
Toggle firewall rule enabled/disabled
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes | Firewall rule UUID |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"description": "Firewall rule UUID",
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}