remove_alias_entry
Remove a host, network, or port entry from a firewall alias; preview changes with dry_run before applying, and undo restores the previous entry.
Instructions
[WRITE][risk=medium] Remove one entry from an alias; reversible (undo adds it back).
Captures the alias' prior entries before the change. Pass dry_run=True to preview.
Args: name: Alias name (from list_aliases). entry: The host/network/port to remove. dry_run: If True, preview without changing. target: Firewall target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| entry | Yes | ||
| target | No | ||
| dry_run | No |