Skip to content
Merged

sync #918

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
7 changes: 5 additions & 2 deletions docs/getting-started/quick-start/tab-python/Uv.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,16 @@ To remove Open WebUI when running with `uvx`:
1. **Stop the Server:**
Press `Ctrl+C` in the terminal where it's running.

2. **Available cleanup commands:**
2. **Uninstall from UV:**
Enter `uv tool uninstall open-webui`

3. **Available cleanup commands:**
The `uvx` command runs the application ephemerally or from cache. To remove cached components:
```bash
uv cache clean
```

3. **Remove Data (WARNING: Deletes all data):**
4. **Remove Data (WARNING: Deletes all data):**
Delete your data directory (default is `~/.open-webui` or the path set in `DATA_DIR`):
```bash
rm -rf ~/.open-webui
Expand Down