delete_dhcp_address_pool
Delete a DHCP address pool by ID. Required confirmation prevents accidental irreversible removal; use dry run to preview first.
Instructions
Delete a DHCP address pool 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. | |
| pool_id | Yes | Address pool ID (from search_dhcp_address_pools) | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||