toggle_fw_rule
Control firewall rule status by enabling or disabling a rule via UUID, with optional immediate apply.
Instructions
Enable or disable a firewall rule
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rule_uuid | Yes | UUID of the rule to toggle (from fw_rules output) | |
| enabled | Yes | True to enable the rule, False to disable it | |
| apply | No | Apply changes immediately (default: true) |