Uninstall OpenClaw and choose what to remove

getting started

// what it does

openclaw uninstall removes settings but keeps your workspace by default. Scope it with --service (the launchd/systemd/schtasks service), --state (config and state), --workspace (agent files), --app (the macOS app), or --all for all four. Add --yes and --non-interactive for automation.

// shell

$ openclaw uninstall --dry-run --all
$ openclaw uninstall --service
$ openclaw uninstall --all --yes --non-interactive

// gotcha

--all wipes the service, state, workspace, and app together. Run openclaw uninstall --dry-run --all first to see every deletion point risk-free before committing.

// resources