Caricamento in corso...
Caricamento in corso...
Last synced: Today, 22:00
Technical reference for the OpenClaw framework. Real-time synchronization with the official documentation engine.
Use this file to discover all available pages before exploring further.
Two paths:
openclawRecommended: use the built-in uninstaller:
bashopenclaw uninstall
Non-interactive (automation / npx):
bashopenclaw uninstall --all --yes --non-interactive npx -y openclaw uninstall --all --yes --non-interactive
Manual steps (same result):
bashopenclaw gateway stop
bashopenclaw gateway uninstall
bashrm -rf "${OPENCLAW_STATE_DIR:-$HOME/.openclaw}"
If you set
OPENCLAW_CONFIG_PATHbashrm -rf ~/.openclaw/workspace
bashnpm rm -g openclaw pnpm remove -g openclaw bun remove -g openclaw
bashrm -rf /Applications/OpenClaw.app
Notes:
--profileOPENCLAW_PROFILE~/.openclaw-<profile>Use this if the gateway service keeps running but
openclawDefault label is
ai.openclaw.gatewayai.openclaw.<profile>com.openclaw.*bashlaunchctl bootout gui/$UID/ai.openclaw.gateway rm -f ~/Library/LaunchAgents/ai.openclaw.gateway.plist
If you used a profile, replace the label and plist name with
ai.openclaw.<profile>com.openclaw.*Default unit name is
openclaw-gateway.serviceopenclaw-gateway-<profile>.servicebashsystemctl --user disable --now openclaw-gateway.service rm -f ~/.config/systemd/user/openclaw-gateway.service systemctl --user daemon-reload
Default task name is
OpenClaw GatewayOpenClaw Gateway (<profile>)powershellschtasks /Delete /F /TN "OpenClaw Gateway" Remove-Item -Force "$env:USERPROFILE\.openclaw\gateway.cmd"
If you used a profile, delete the matching task name and
~\.openclaw-<profile>\gateway.cmdIf you used
https://openclaw.ai/install.shinstall.ps1npm install -g openclaw@latestnpm rm -g openclawpnpm remove -gbun remove -gIf you run from a repo checkout (
git cloneopenclaw ...bun run openclaw ...© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine