Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.argentos.ai/llms.txt

Use this file to discover all available pages before exploring further.

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.