[ GUIDE / UNINSTALL ]
Uninstall
./uninstall.sh # stop the stack + remove all sandboxes + network (keeps your data)
./uninstall.sh --images # also remove the built Docker images
./uninstall.sh --data # also DELETE all workspaces + state (asks to confirm)
./uninstall.sh --all # full removal: images + data
./uninstall.sh --all --yes # no prompt
Safe by default — it removes only what sandboxd created (containers labelled
sandboxd.managed=true, the compose stack, the network) and keeps your
workspaces unless you pass --data/--all.