Manage Interface List
manage_interface_listAdd or remove a RouterOS interface list by name. Preview changes with dry-run; removal errors surface when 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 |
|---|---|---|---|
| name | Yes | Interface list name — 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. | |
| confirmationToken | No | Token from a prior APPROVAL_REQUIRED response. Re-submit the identical call with this token to confirm the destructive action. |