Openwebui Commands
Chat interface for local LLMs
Command Count
This service has 9 command demonstrations.
ujust openwebui config --instance=10000 --port=13000 --bind=127.0.0.1 --gpu-type=auto
Restart Server
ujust openwebui restart --instance=10000
Start Server
ujust openwebui start --instance=10000
Check Status
ujust openwebui status --instance=10000
View Logs
ujust openwebui logs --instance=10000 --lines=30
Show Url
ujust openwebui url --instance=10000
Shell Command
ujust openwebui shell --instance=10000 -- ls -la /app
Stop Server
ujust openwebui stop --instance=10000
Delete Instance
ujust openwebui delete --instance=10000