Manage Interface List Member
manage_interface_list_memberAdd or remove an interface from a MikroTik interface list with idempotent operations.
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 |