Uninstall
Automated Uninstall
exo uninstallManual Uninstall
cd /your/workspace
exo workspace destroyexo workspace lsexo exitrm -rf ~/.exoLast updated
Was this helpful?
Exo can uninstall itself:
exo uninstallIf 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 destroyHave multiple workspaces? Find them all:
exo workspace lsShutdown the exo daemon:
exo exitDelete the exo home directory:
rm -rf ~/.exoRemove ~/.exo/bin from your path.
Last updated
Was this helpful?
Was this helpful?