praisonai uninstall deletes the managed environment and global shim that the one-line installer created.
This is CLI self-management only. The core
praisonaiagents SDK is not removed by this command.Quick Start
1
Interactive uninstall
Prompts for confirmation, then removes the managed install:
2
Non-interactive (CI)
Skip the prompt with
--yes (or -y):What It Removes
The command detects how the CLI was installed and runs the matching removal command:
Flags
- Human output
- JSON output
Best Practices
Use --yes in scripts and CI
Use --yes in scripts and CI
Non-interactive shells have no TTY for the confirmation prompt. Pass
--yes (or --json) to run cleanly in automation.Keep your config if you plan to reinstall
Keep your config if you plan to reinstall
praisonai uninstall leaves ~/.praison/ in place, so a later reinstall keeps your settings and cache. Remove that directory manually only if you want a fully clean slate.Related
praisonai upgrade
Update the managed CLI install in place
Installer Internals
How the one-line installer works
Installation
Install paths for CLI and SDK users
Isolation Backends
uv, pipx, and venv explained

