hostedpi cancel

Cancel one or more Pis in the account

positional arguments:
  names       The names of the Pis to cancel

optional arguments:
  -h, --help  show this help message and exit
  -y, --yes   Proceed without confirmation

Usage

Cancel a Pi:

$ hostedpi cancel mypi
Cancelling 1 Pi. Proceed? [Y/n]
mypi cancelled

Note

You can cancel by entering n or interrupting with Ctrl + C.

Note

Unlike other commands, there is no implicit targeting of all Pis. Pis must be listed explicitly to be cancelled.

Cancel multiple Pis:

$ hostedpi cancel mypi mypi2
Cancelling 2 Pis. Proceed? [Y/n]
mypi cancelled
mypi2 cancelled

Cancel a Pi without the confirmation step:

$ hostedpi cancel mypi -y
mypi cancelled

Warning

Be careful!