mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #10905] bug: connection delete does not work #16075
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 @stevenh on GitHub (Feb 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10905
Bug Report
Installation Method
Docker
Environment
Open WebUI Version: [v0.5.16
Operating System: MacOS 15.3.1
Browser (if applicable): Chrome 133.0.6943.142
Confirmation:
Expected Behavior:
Delete a Open AI connection should work
Actual Behavior:
Delete doesn't actually delete, if you go back to connections the connection is still there.
Description
Bug Summary:
Deleting an Open AI connection from Admin Settings > Connections > Manage OpenAI API Connections doesn't work.
Reproduction Details
Steps to Reproduce:
Manage OpenAI API ConnectionsSaveConfigureof the created connection (cog)Generalto navigate away fromConnectionsConnections- The deleted connection will be still there.Logs and Screenshots
Browser Console Logs:
No errors or even requests are made when clicking delete
Docker Container Logs:
No logs or errors are made when clicking delete
Screenshots/Screen Recordings (if applicable):

Before:
Delete:

After:

Additional Information
No requests are made by Chrome when clicking the delete, so its like the delete button is only wired up in the UI and isn't making the request to the container to persist the change. I would have expected to see a DELETE method request for the connection resource.
@washcontacnet1 commented on GitHub (Feb 27, 2025):
Same here
@SleepyYui commented on GitHub (Feb 27, 2025):
the function to actually push the changes to the server is not being called, I fixed it rq, gonna make a pr now
@tjbck commented on GitHub (Feb 27, 2025):
Thanks everyone!
@tajhlande commented on GitHub (Aug 29, 2025):
I see this was closed some time ago but I am still experiencing this issue on v0.6.26 with an Ollama connection.
@tajhlande commented on GitHub (Aug 29, 2025):
@rgaricano since you found the related code issue, do you want to reopen this?
in the meantime, I hacked the JSON config data in the SQLite DB, but that was an unpleasant solution I'd like not to repeat.
@rgaricano commented on GitHub (Aug 29, 2025):
I wrote it without testing it. I tested it and it worked correctly.
(I deleted my previous message to avoid confusion)