Reboot the system sudo ${vyos_op_scripts_dir}/powerctrl.py --reboot Reboot the system without confirmation sudo ${vyos_op_scripts_dir}/powerctrl.py --yes --reboot Cancel a pending reboot sudo ${vyos_op_scripts_dir}/powerctrl.py --cancel Reboot in X minutes <Minutes> sudo ${vyos_op_scripts_dir}/powerctrl.py --yes --reboot-in $3 $4 Reboot at a specific time <HH:MM> sudo ${vyos_op_scripts_dir}/powerctrl.py --yes --reboot $3 Reboot at a specific date <DD/MM/YYYY> <DD.MM.YYYY> <DD:MM:YYYY> sudo ${vyos_op_scripts_dir}/powerctrl.py --yes --reboot $3 $5