Manage Interface List Member
manage_interface_list_memberAdd or remove an interface from an interface list with idempotent operations. Returns appropriate status for existing or missing memberships.
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 |
|---|---|---|---|
| list | Yes | Interface list name — part of composite idempotency key | |
| action | Yes | Action to perform | |
| dryRun | No | Preview changes without applying. | |
| comment | No | Optional comment | |
| routerId | No | Router ID; omit to use the default router. | |
| interface | Yes | Interface name to add/remove — part of composite idempotency key | |
| confirmationToken | No | Token from a prior APPROVAL_REQUIRED response. Re-submit the identical call with this token to confirm the destructive action. |