delete_firewall_state
Delete a firewall state by its ID to immediately terminate an active connection. This irreversible action drops the associated session, helping manage or block specific network flows.
Instructions
Delete a specific firewall state (active connection) by ID. WARNING: This is irreversible.
Terminating a state will immediately drop the associated connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | State ID (from search_firewall_states) | |
| confirm | No | Must be set to True to execute. Safety gate for destructive operations. | |
| dry_run | No | If True, preview the operation without executing. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||