For late night reboots for applying new uploaded RouterOS images.
Is problem put into the Scheduler?
/system scheduler
add name=reboot on-event=“/system reboot” policy=ftp,reboot,read,policy,winbox,sensitive,api start-date=apr/13/2012 start-time=04:00:00
The problem with the scheduler it’s you need to delete the scheduler item after the restart because if you don’t do it the router will be rebooted each day.
One possible solution could be a flag for delete the scheduler item after a correct execution.
Without an interval set the task will run once. If you want this automated, an API connection to the routers to either reboot them manually or add/delete the reboot schedule is probably the easiest way.
See in my code is only DATE, NO interval.
So, reboot is only ONCE