yuneng-jiang and GitHub
c24a3603d9
fix(team-management): delete a team's BYOK models when the team is deleted ( #29977 )
...
A team's BYOK models (rows in LiteLLM_ProxyModelTable with model_info.team_id set)
were left orphaned when the team was deleted; they lingered in the database and kept
showing on the Models + Endpoints page. delete_team now removes them via a new
delete_team_models helper that deletes the rows in one transaction and syncs the
in-memory router only after that transaction commits, run before the team rows are
deleted so a mid-flight failure never leaves the team gone with its models orphaned
2026-06-08 16:55:35 -07:00
..
2026-06-05 22:29:56 -07:00
2026-05-29 20:50:42 -07:00
2026-06-04 23:03:37 -07:00
2026-04-23 15:31:16 -07:00
2026-06-09 01:09:03 +03:00
2026-05-01 12:11:32 -07:00
2026-06-06 17:24:55 -07:00
2026-06-05 21:05:32 +00:00
2026-04-17 13:02:59 -07:00
2026-05-19 16:02:03 -07:00
2026-06-08 13:49:52 -07:00
2026-06-08 13:57:03 -07:00
2026-06-06 17:50:29 -07:00
2026-04-17 13:02:59 -07:00
2026-06-08 16:55:35 -07:00
2026-06-05 20:15:11 -07:00
2026-04-25 19:03:43 -07:00
2026-05-08 18:09:14 -07:00
2026-04-17 17:36:40 -07:00
2026-06-08 13:49:52 -07:00
2026-05-30 14:28:46 -07:00
2026-04-17 13:02:59 -07:00
2026-06-08 09:33:35 -07:00
2026-06-04 17:26:59 +05:30
2026-05-14 04:16:04 +00:00
2026-04-23 15:31:16 -07:00
2026-06-03 11:48:35 -07:00
2026-06-02 16:30:44 -07:00
2026-06-02 12:07:11 -07:00
2026-05-14 01:24:51 +00:00
2026-05-25 13:48:47 -07:00
2026-06-02 17:45:39 -07:00
2026-06-06 12:36:05 -07:00
2026-04-17 13:02:59 -07:00
2026-06-02 16:30:44 -07:00
2026-04-17 13:02:59 -07:00
2026-04-17 13:02:59 -07:00
2026-05-26 11:35:42 -07:00
2026-04-17 13:02:59 -07:00
2026-04-29 22:48:03 +02:00
2026-05-09 09:16:27 -07:00
2026-06-04 11:07:20 -07:00
2026-06-04 17:23:14 +05:30
2026-06-03 11:26:13 -07:00
2026-06-04 11:07:20 -07:00
2026-04-17 13:02:59 -07:00
2026-04-17 13:02:59 -07:00
2026-04-17 13:02:59 -07:00
2026-04-17 13:02:59 -07:00
2026-05-01 11:55:36 +05:30
2026-05-13 09:49:05 -07:00
2026-05-13 14:09:12 -07:00
2026-04-30 14:27:19 -07:00
2026-05-01 14:24:53 -07:00
2026-05-28 11:39:02 -07:00
2026-04-17 13:02:59 -07:00
2026-05-13 12:03:36 -07:00
2026-04-17 13:02:59 -07:00
2026-04-17 13:02:59 -07:00
2026-05-07 11:53:03 -07:00
2026-05-06 00:28:42 +02:00
2026-05-03 02:04:05 +00:00
2026-04-17 13:02:59 -07:00
2026-05-02 02:17:46 +00:00
2026-06-06 09:39:21 -07:00
2026-05-23 12:15:59 -07:00
2026-06-01 14:38:19 -07:00
2026-06-04 12:13:11 -07:00
2026-05-29 23:15:27 -07:00
2026-05-04 18:17:31 +00:00
2026-04-28 19:15:03 +00:00
2026-05-14 09:28:31 -07:00
2026-04-17 13:02:59 -07:00
2026-05-15 04:37:59 -07:00
2026-04-30 11:52:47 -07:00
2026-05-13 09:49:05 -07:00
2026-05-06 18:39:15 +00:00
2026-04-30 20:44:14 -07:00
2026-06-06 17:24:55 -07:00
2026-04-24 08:36:25 -07:00
2026-04-17 13:02:59 -07:00
2026-04-17 13:02:59 -07:00