{"tool":"doctl","tool_display":"Doctl","intent":"remove-database-firewall-rule","intent_display":"remove database firewall rule","title":"Doctl Command: remove database firewall rule","command_string":"doctl {d|databases} {fw|firewalls} {rm|remove} {database_id} {rule_uuid}","raw_command_string":"doctl {d|databases} {fw|firewalls} {rm|remove} {database_id} {rule_uuid}","description":"Exact CLI syntax to remove database firewall rule using Doctl.","usage_scenario":"When deprecating outdated or insecure rules to maintain compliance.","scenario_context":"Regularly audit firewall rules to ensure security compliance and minimize risks.","simulated_output":"Removing firewall rule...\n\nRule UUID: 123e4567-e89b-12d3-a456-426614174000\nDatabase ID: db-abc123\n\nSuccess: Firewall rule removed.\n\nCurrent firewall rules:\n+----------------------+----------------------+----------------------+---------------------+\n|        Rule ID      |      IP Address      |        Type          |      Created At     |\n+----------------------+----------------------+----------------------+---------------------+\n| 123e4567-e89b-12d3-a456-426614174001 | 192.0.2.1          |  Allow               | 2023-10-01 12:00:00 |\n| 123e4567-e89b-12d3-a456-426614174002 | 203.0.113.5        |  Allow               | 2023-10-02 12:00:00 |\n+----------------------+----------------------+----------------------+---------------------+","how_to_steps":["Identify the database ID and rule UUID to remove.","Run the command: doctl databases fw rm {database_id} {rule_uuid}.","Verify removal by listing current firewall rules."],"inferred_category":"Cloud Infrastructure","canonical_url":"https://www.syntaxstandard.com/doctl/remove-database-firewall-rule"}