ork uninstall

1 min read

Remove the Orkestra CLI, Control Center binary, local cache, and shell completions.

ork uninstall [flags]

Flags

FlagDescription
-y, --yesSkip the confirmation prompt
--dry-runShow what would be removed without deleting anything

Usage

Interactive uninstall (prompts for confirmation):

ork uninstall

Non-interactive (CI or scripted removal):

ork uninstall --yes

Preview what would be removed:

ork uninstall --dry-run

What gets removed

PathContents
~/.orkestra/bin/orkOrkestra CLI binary
~/.orkestra/bin/orkccControl Center binary
~/.orkestra/Entire Orkestra directory — cache, config, plugins
~/.bash_completion.d/orkBash completion script
~/.zsh/completions/_orkZsh completion script
~/.config/fish/completions/ork.fishFish completion script

The install directory can be overridden by setting ORK_INSTALL_DIR before running ork uninstall.


Notes

  • Only paths that exist on disk are removed — missing paths are silently skipped.
  • To reinstall after uninstalling, run the install script again.