Avisi cloud logo
PlayroomCommands

playroom delete

Permanently delete a playroom and all of its resources (storage, credentials, SSH endpoint, and workspace) from a Playhouse.

Alpha

This command is in active development. Flags and behaviour may change between releases.

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

The playroom's host-key entry is also cleaned up from your ~/.ssh/known_hosts.

Destructive action

This permanently removes the playroom's storage, including everything in /home/playroom, its forwarded credentials, its SSH endpoint, and its workspace. This cannot be undone.

acloud playroom delete NAME | - [flags]

Pass - as the name to delete the last-used playroom. Aliased as rm.

Examples

acloud playroom delete my-room --playhouse playhouse-demo
acloud playroom delete -
acloud playroom delete my-room -p playhouse-demo --yes

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

Options

Prop

Type

Options inherited from parent commands

Prop

Type

SEE ALSO

On this page