delete_firewall_rule
Remove a firewall rule to immediately stop applying it, altering allowed traffic. Requires user confirmation for this irreversible action.
Instructions
Remove a rule from a cloud firewall. Requires scope services:write. IRREVERSIBLE: the rule stops applying immediately, changing what traffic is allowed. Pass confirm:true only after the user has explicitly approved. id and ruleId both come from get_firewall.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Firewall id from list_firewalls / get_firewall. | |
| ruleId | Yes | Rule id from get_firewall. | |
| confirm | Yes | Set to true to execute. This operation spends from your account balance and/or is irreversible; only pass true after the user has explicitly approved. Omit or false → the tool refuses and makes no API call. |