clusters start

acloud clusters start

start a cluster

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

Examples

# start a cluster
acloud clusters start demo

Options

      --all                     start all stopped clusters
  -h, --help                    help for start
      --wait                    wait for cluster to start (waits per cluster)
      --wait-timeout duration   maximum duration to wait for cluster to start (default 5m0s)
      --yes-i-am-really-sure    confirm starting 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