clusters stop

acloud clusters stop

stop a cluster

acloud clusters stop [cluster-slug]... [flags]

Examples

# stop a cluster
acloud clusters stop demo

Options

      --all                     stop all running clusters
  -h, --help                    help for stop
      --wait                    wait for cluster to stop (waits per cluster)
      --wait-timeout duration   maximum duration to wait for cluster to stop (default 5m0s)
      --yes-i-am-really-sure    confirm stopping the cluster(s)

Options inherited from parent commands

  -C, --context string                    sets the context
      --debug                             enable debug mode
      --debug-show-authorization-header   prints actual authorization header in debug mode, use with caution!
  -O, --organisation string               sets the organisation
      --request-timeout duration          request timeout for api calls to the Avisi Cloud API (default 15s)
      --trace                             enable trace mode

SEE ALSO