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-demoacloud playroom delete -acloud playroom delete my-room -p playhouse-demo --yesPass - as NAME to use the last-used playroom.
Options
Prop
Type
Options inherited from parent commands
Prop
Type
SEE ALSO
- Playroom overview: what a playroom is and why to use it
- playroom stop: stop a playroom without removing it
- playroom list: list all playrooms in a Playhouse
- Lifecycle: how playroom state transitions work