Avisi cloud logo
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:3000

Options

Prop

Type

Options inherited from parent commands

Prop

Type

SEE ALSO

On this page