Skip to main content

Uninstall

argent uninstall
This removes the CLI and gateway service. Your data in ~/.argentos/ is preserved.

Complete Removal

To remove all data:
argent gateway stop
rm -rf ~/.argentos
rm -rf ~/argent  # workspace
This permanently deletes your memory database, configuration, and all agent data. Make sure you have a backup if needed.
For a more detailed uninstall guide covering macOS LaunchAgents, manual removal, and platform-specific steps, see the full uninstall guide.