Manage DHCP Lease
manage_dhcp_leaseConvert a dynamic DHCP lease to static or remove a lease using its MAC address. Idempotent operations for reliable network management.
Instructions
Convert a dynamic DHCP lease to static (make-static) or remove a lease. Idempotent by MAC address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | No | Router ID; omit to use the default router. | |
| action | Yes | Action to perform: make-static converts a dynamic lease to static; remove deletes the lease | |
| macAddress | Yes | MAC address of the lease — idempotency key (case-insensitive) | |
| dryRun | No | Preview changes without applying. |