Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,3 +317,15 @@ Therefore, you should do these actions in the following scenarios

- [Dashboard](https://dashboard.gensyn.ai/)
- [Docs](https://docs.gensyn.ai/testnet/rl-swarm)

## Uninstalling and cleaning up

If you want to stop running RL Swarm and free up local resources:

1. Stop the running process or Docker container.
2. Remove logs and cached data if you no longer need them:

```bash
rm -rf logs
rm -rf .venv .cache