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.
Originally created by @stevenh on GitHub (Feb 27, 2025).
# 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:**
- [x] I have read and followed all the instructions provided in the README.md.
- [x] I am on the latest version of both Open WebUI and Ollama.
- [x] I have included the browser console logs.
- [x] I have included the Docker container logs.
- [x] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.
## 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:**
1. Navigate to Admin Settings > Connections
2. Click + next to `Manage OpenAI API Connections`
3. Enter a URL and Key, details don't matter
4. Click `Save`
5. Click the `Configure` of the created connection (cog)
6. Click Delete
7. Click `General` to navigate away from `Connections`
8. Click `Connections` - 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.
the function to actually push the changes to the server is not being called, I fixed it rq, gonna make a pr now
@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
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):
I see this was closed some time ago but I am still experiencing this issue on v0.6.26 with an Ollama connection.
@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.
@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.
I wrote it without testing it. I tested it and it worked correctly.
(I deleted my previous message to avoid confusion)
@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)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @stevenh on GitHub (Feb 27, 2025).
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)