mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #20553] feat: A toggle switch in settings to turn the entire model on or off #57887
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @koglep on GitHub (Jan 10, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20553
Check Existing Issues
Verify Feature Scope
Problem Description
feature: A toggle switch in settings to turn the entire model on or off.
I sometimes add the OpenAI API to test features.
But since there are over 100 OpenAI models, it’s hard to turn them on and off individually.
So I wish there were a feature in the settings to enable or disable all models at once.
Desired Solution you'd like
I will implement to add toggle button.
Alternatives Considered
No response
Additional Context
No response
@Classic298 commented on GitHub (Jan 10, 2026):
Use the model whitelist feature in the connection settings as a workaround
@koglep commented on GitHub (Jan 10, 2026):
@Classic298 Sometimes I need to add additional models for testing, and since I don’t always remember the exact model names, I implemented it simply.
@tjbck commented on GitHub (Jan 29, 2026):
Addressed in dev.