Exo
  • About Exo
  • Getting Started
    • Quick Start
    • Installing Exo
      • Uninstall
  • Using Exo
    • Command Line Interface
    • Concepts
  • Manifests
    • exo.hcl
    • Migrating to Exo
      • Procfiles
      • Compose
  • Components
    • Overview
    • Unix
      • Process
    • Docker
      • Container
      • Volume
      • Network
  • Support
    • Github Issues
    • Slack Community
  • Resources
    • Videos
    • Github
    • Changelog
    • Legal
      • License
      • Terms of Service
      • Privacy Privacy
Powered by GitBook
On this page
  • Automated Uninstall
  • Manual Uninstall

Was this helpful?

  1. Getting Started
  2. Installing Exo

Uninstall

Automated Uninstall

Exo can uninstall itself:

exo uninstall

Manual Uninstall

If you installed shell completions, reference exo completion --help for information on relevant install paths for your preferred shell.

Stop supervised processes and free any workspace resources:

cd /your/workspace
exo workspace destroy

Have multiple workspaces? Find them all:

exo workspace ls

Shutdown the exo daemon:

exo exit

Delete the exo home directory:

rm -rf ~/.exo

Remove ~/.exo/bin from your path.

PreviousInstalling ExoNextCommand Line Interface

Last updated 3 years ago

Was this helpful?