Avisi cloud logo
Commands

playroom stop

Stop a playroom, keeping its storage (alpha)

Synopsis

Stop a playroom while keeping its storage.

ALPHA: this command is in active development; flags and behaviour may change between releases.

The playroom's storage — and everything on it — is retained, so a later 'acloud playroom start' resumes with all data intact. Stopping frees the CPU and memory the playroom was holding on the Playhouse.

Pass - as NAME to stop the last-used playroom.

acloud playroom stop NAME | - [flags]

Examples

  acloud playroom stop my-room --playhouse playhouse-demo

  # stop the last-used playroom
  acloud playroom stop -

Options

      --force           stop the playroom even if it is owned by another user
  -f, --force-install   force a fresh login to the Playhouse even if a cached session is still valid
  -h, --help            help for stop

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
  -p, --playhouse string                  playhouse cluster slug (defaults to last-used; supports <env>/<slug>, etc.)
      --request-timeout duration          request timeout for api calls to the Avisi Cloud API (default 15s)
      --trace                             enable trace mode

SEE ALSO

On this page