PlayroomCommands
playroom update
Change a playroom's settings in place (image, CPU/memory, read-only mode, and forwarded ports) without recreating it.
Alpha
This command is in active development. Flags and behaviour may change between releases.
Update a playroom's settings in place, without recreating it.
Only the flags you pass change; every other setting keeps its current value. The change rolls out by restarting the pod, and your persistent home directory at /home/playroom is kept.
acloud playroom update NAME | - [flags]Pass - as NAME to use the last-used playroom.
Examples
acloud playroom update my-room -p playhouse-demo --image ghcr.io/org/my-image:latest# raise the CPU and memory ceilings
acloud playroom update my-room -p playhouse-demo --cpu-limit 4 --memory-limit 8Gi# allow system changes like apt install (reset on every restart)
acloud playroom update my-room -p playhouse-demo --read-only=false# replace the forwarded ports; pass --port none to remove all forwards
acloud playroom update my-room -p playhouse-demo --port 80:3000Options
Prop
Type
Options inherited from parent commands
Prop
Type
SEE ALSO
- Playroom overview: what a playroom is and why to use it
- playroom create: create a new playroom
- playroom connect: SSH into a playroom
- Personal defaults: save defaults so you never repeat the same flags