Reboot
rebootSchedule a controlled MikroTik router reboot with an optional delay up to 3600 seconds. Preview with dry-run before execution.
Instructions
Trigger a controlled router reboot with an optional delay. Supports dry-run. Use this tool instead of run_command for reboots — run_command's deny list blocks /system reboot*.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | Yes | Target router identifier from the router registry | |
| delay | No | Seconds before rebooting (0–3600) | |
| dryRun | No | Preview the reboot without executing | |
| confirmationToken | No | Token from a prior APPROVAL_REQUIRED response. Re-submit the identical call with this token to confirm the destructive action. |