Manage Bridge Interface
manage_bridgeCreate or remove a bridge interface on a MikroTik router. Idempotent operation prevents duplicate bridges.
Instructions
Create or remove a bridge interface on a MikroTik router. Idempotent: create returns already_exists if bridge with same name exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | Yes | Target router identifier from the router registry | |
| action | Yes | Action to perform | |
| name | Yes | Bridge interface name | |
| comment | No | Optional comment | |
| disabled | No | Whether the bridge should be disabled | |
| dryRun | No | Preview changes without applying | |
| confirmationToken | No | Token from a prior APPROVAL_REQUIRED response. Re-submit the identical call with this token to confirm the destructive action. |