delete_interface
Delete an interface by ID to permanently remove it from pfSense configuration. Irreversible action with confirmation and dry-run safeguards.
Instructions
Delete (unassign) an interface by ID. WARNING: This is irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be set to True to execute. Safety gate for destructive operations. | |
| dry_run | No | If True, preview the operation without executing. | |
| interface_id | Yes | Interface ID (from search_interface_configs) | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||