pause_rule
Temporarily disable a specific firewall rule for a set duration, allowing controlled exceptions without permanent changes. Ideal for testing or temporary access needs.
Instructions
Temporarily disable an active firewall rule for a specified duration
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| box | Yes | Box GID for context (required by API) | |
| duration | No | Duration in minutes to pause the rule (optional, default: 60, range: 1-1440) | |
| rule_id | Yes | Rule ID to pause |