Avisi cloud logo
Commands

playroom delete

Delete a playroom from a Playhouse (alpha)

Synopsis

Delete a playroom and all of its resources from a Playhouse.

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

This removes the playroom, its storage (including everything in /home/playroom), its forwarded credentials, its SSH endpoint, and its workspace. The playroom's host-key entry is also removed from your ~/.ssh/known_hosts.

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

acloud playroom delete NAME | - [flags]

Examples

  # delete the playroom 'my-room' from the demo Playhouse
  acloud playroom delete my-room --playhouse playhouse-demo

  # delete the last-used playroom
  acloud playroom delete -

Options

      --force                   delete 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 delete
      --no-wait                 return immediately after issuing the delete; don't wait for it to finish
      --wait-timeout duration   max time to wait for the playroom to be fully deleted (default 5m0s)
  -y, --yes                     skip the confirmation prompt

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