Manage Interface List
manage_interface_listAdd or remove interface lists by name on MikroTik routers. Idempotent; removal blocked if list has members.
Instructions
Add or remove an interface list. Idempotent by name. Removing a list that has members is blocked by RouterOS — the error is surfaced as-is.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | No | Router ID; omit to use the default router. | |
| action | Yes | Action to perform | |
| name | Yes | Interface list name — idempotency key | |
| comment | No | Optional comment | |
| dryRun | No | Preview changes without applying. |