Force reboot

I think, the best way to force reboot (until there is no support for confirmation=no switch) is to create one-time scheduler, which starts 10s after creation and calls /system reboot command (no confirmation required then):

/system scheduler add name=reboot on-event="/system reboot" start-time=([/system clock get time] + 00:00:10)

Tested on v6.34.2.