Skip to content
On this page

Shutdown

Overview

This command will turn the Raspberry off.

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

Options

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

Examples

Turn the robot located at poppy1.local off:

shell
poppy shutdown -H poppy1.local

Released under the MIT License.