> ## 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

> Remove ArgentOS from your system.

## Uninstall

```bash theme={null}
argent uninstall
```

<Info>
  This removes the CLI and gateway service. Your data in `~/.argentos/` is preserved.
</Info>

## Complete Removal

To remove all data:

```bash theme={null}
argent gateway stop
rm -rf ~/.argentos
rm -rf ~/argent  # workspace
```

<Warning>
  This permanently deletes your memory database, configuration, and all agent data. Make sure you have a backup if needed.
</Warning>

<Tip>
  For a more detailed uninstall guide covering macOS LaunchAgents, manual removal, and platform-specific steps, see the [full uninstall guide](/start/uninstall).
</Tip>
