Skip to Content
DocsGuidesUninstalling Aigon

Use aigon remove from a project to remove Aigon-managed files. Add --purge only when you also want to remove the project’s .aigon/ state.

To remove the CLI globally:

npm uninstall -g @senlabsai/aigon

If you installed the persistent dashboard service, stop and remove it first using the platform-specific instructions in the server reference. Remove any reverse proxy separately if you configured one.

Finally, uninstall agent CLIs only if you no longer use them outside Aigon; Aigon does not own those installations.

Last updated on