Skip to content

Commit 4fa260b

Browse files
authored
Merge pull request #918 from open-webui/main
2 parents 386696c + 410bf27 commit 4fa260b

File tree

1 file changed

+5
-2
lines changed
  • docs/getting-started/quick-start/tab-python

1 file changed

+5
-2
lines changed

docs/getting-started/quick-start/tab-python/Uv.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,16 @@ To remove Open WebUI when running with `uvx`:
4545
1. **Stop the Server:**
4646
Press `Ctrl+C` in the terminal where it's running.
4747

48-
2. **Available cleanup commands:**
48+
2. **Uninstall from UV:**
49+
Enter `uv tool uninstall open-webui`
50+
51+
3. **Available cleanup commands:**
4952
The `uvx` command runs the application ephemerally or from cache. To remove cached components:
5053
```bash
5154
uv cache clean
5255
```
5356

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

0 commit comments

Comments
 (0)