Skip to main content
Cleanly remove the PraisonAI CLI — 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:
If the install type can’t be self-managed, the command prints a clear manual fallback (for example pip uninstall praisonai) and exits non-zero rather than deleting anything unexpectedly.

Flags


Best Practices

Non-interactive shells have no TTY for the confirmation prompt. Pass --yes (or --json) to run cleanly in automation.
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.

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