File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
docs/getting-started/quick-start/tab-python Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,16 @@ To remove Open WebUI when running with `uvx`:
45451 . ** 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
You can’t perform that action at this time.
0 commit comments