Manage Interface List
manage_interface_listAdd or remove an interface list by name. Idempotent; removal is blocked when the list contains 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. |