Apply Plan
apply_planExecute a sequence of write operations on a MikroTik router, stopping on the first failure. Each step is snapshotted for individual rollback using rollback_change.
Instructions
Execute a sequence of write operations in order. Stops on the first failure. Each step is snapshotted and journaled individually. Requires a confirmationToken for non-admin identities (same two-step flow as other destructive tools). Use rollback_change with any resulting journal IDs to undo individual steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | Yes | Target router identifier | |
| steps | Yes | Ordered list of write operations to apply in sequence | |
| confirmationToken | No | Token from a prior APPROVAL_REQUIRED response. Re-submit the identical call with this token to confirm the destructive action. |