Manage Interface List Member
manage_interface_list_memberAdd or remove an interface from an interface list. Idempotent operations handle duplicate adds and missing removals without errors.
Instructions
Add or remove an interface from an interface list. Idempotent by list+interface composite key. add returns already_exists if the membership exists. remove returns not_found gracefully.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | No | Router ID; omit to use the default router. | |
| action | Yes | Action to perform | |
| list | Yes | Interface list name — part of composite idempotency key | |
| interface | Yes | Interface name to add/remove — part of composite idempotency key | |
| comment | No | Optional comment | |
| dryRun | No | Preview changes without applying. |