delete_haproxy_backend
Permanently delete an HAProxy backend from pfSense by its ID. Requires confirmation flag to execute irreversible removal.
Instructions
Delete an HAProxy backend 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. | |
| backend_id | Yes | Backend ID (from search_haproxy_backends) | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||