Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 595 Bytes

cli_off.rst

File metadata and controls

36 lines (23 loc) · 595 Bytes

hostedpi off

.. program:: hostedpi-off

Power off one or more Pis in the account

positional arguments:
  names       The name of the Pi to power off

optional arguments:
  -h, --help  show this help message and exit

Usage

Power off a Pi:

$ hostedpi off mypi
mypi powered off

Power off multiple Pis:

$ hostedpi off mypi mypi2
mypi powered off
mypi2 powered off

Note

If no names of Pis are given, all Pis in the account will be powered off