delete_dhcp_static_mapping
Delete a DHCP static mapping by ID. Requires explicit confirmation; this action is irreversible.
Instructions
Delete a DHCP static mapping 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 | Yes | Interface/DHCP pool the mapping belongs to (e.g., "lan"). Required to avoid race conditions with auto-detection. | |
| mapping_id | Yes | Static mapping ID | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||