Reboot
rebootSchedule and execute a router reboot with configurable delay. Preview the action using dry-run mode before committing.
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 |
|---|---|---|---|
| delay | No | Seconds before rebooting (0–3600) | |
| dryRun | No | Preview the reboot without executing | |
| 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. |