opencues uninstall <host> reverts one host; opencues uninstall --all reverts everything. Each host is restored cleanly: Claude Code's patched copy from backup, OpenCode's patched files checked out, Chrome's bundle removed. Your normal installs were never touched in the first place.
What's deliberately kept
Your configs (~/.cues/: cues, blanks, keys, identity) survive uninstall, so reinstalling later restores your setup instantly.
Full removal
Four steps wipe every trace: opencues uninstall --all, then remove ~/.cues (configs), the repo clone if you made one, and any patched fork directories. Nothing else is left behind; OpenCues has no services, daemons, or registry entries.
Related: How to install · Troubleshooting first? · GitHub repo