Skip to content
On this page

Reboot

Overview

This command will reboot the Raspberry.

shell
poppy reboot [-h] [-H hostname]

Options

 desccriptionvaluedefaultmandatory
-H/--hostSet the Poppy hostname/IPstringpoppy.localno
-h/--helpDisplay help about this commandbooleanfalseno

Examples

Reboot the robot located at poppy1.local:

shell
poppy reboot -H poppy1.local

Released under the MIT License.