[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-litellm-update-agent":3,"mdc-m1o1z0-key":34,"related-repo-litellm-update-agent":411,"related-org-litellm-update-agent":493},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"update-agent","update AI agent configuration on LiteLLM","Update an existing AI agent on a live LiteLLM proxy. Ask for the agent_id and what to change (model, description, MCP servers), then call PATCH \u002Fv1\u002Fagents\u002F{agent_id}.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"litellm","LiteLLM","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Flitellm.png","BerriAI",[13,17,20],{"name":14,"slug":15,"type":16},"LLM","llm","tag",{"name":18,"slug":19,"type":16},"Agents","agents",{"name":21,"slug":22,"type":16},"AI Infrastructure","ai-infrastructure",66,"https:\u002F\u002Fgithub.com\u002FBerriAI\u002Flitellm-skills","2026-07-14T05:37:28.430714","MIT",8,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"Agent Skills for managing live LiteLLM proxy deployments — users, teams, keys, orgs, models, MCP servers, agents","https:\u002F\u002Fgithub.com\u002FBerriAI\u002Flitellm-skills\u002Ftree\u002FHEAD\u002Fupdate-agent","---\nname: update-agent\ndescription: >\n  Update an existing AI agent on a live LiteLLM proxy. Ask for the agent_id\n  and what to change (model, description, MCP servers), then call PATCH \u002Fv1\u002Fagents\u002F{agent_id}.\nlicense: MIT\ncompatibility: Requires curl.\nmetadata:\n  author: BerriAI\n  version: \"1.0\"\nallowed-tools: Bash(curl:*)\n---\n\n# Update Agent\n\nUpdate an existing AI agent on a live LiteLLM proxy.\n\n## Setup\n\n```\nLITELLM_BASE_URL  — e.g. https:\u002F\u002Fmy-proxy.example.com\nLITELLM_API_KEY   — proxy admin key\n```\n\n## Ask the user\n\n1. **agent_id** — if they don't have it, list first:\n   ```bash\n   curl -s \"$BASE\u002Fv1\u002Fagents\" -H \"Authorization: Bearer $KEY\"\n   ```\n2. **What to change** — any combination of:\n   - `model` (swap the underlying model)\n   - `description`\n   - `tpm_limit` \u002F `rpm_limit`\n   - MCP server access\n\n## Run\n\nUse PATCH to update only the changed fields:\n\n```bash\ncurl -s -X PATCH \"$BASE\u002Fv1\u002Fagents\u002F\u003Cagent_id>\" \\\n  -H \"Authorization: Bearer $KEY\" \\\n  -H \"Content-Type: application\u002Fjson\" \\\n  -d '{\n    \"litellm_params\": {\"model\": \"\u003Cnew_model>\"},\n    \"agent_card_params\": {\"description\": \"\u003Cnew_description>\"}\n  }'\n```\n\n## Output\n\nShow the updated agent name, model, and description. Confirm the agent ID is unchanged.\n",{"data":35,"body":40},{"name":4,"description":6,"license":26,"compatibility":36,"metadata":37,"allowed-tools":39},"Requires curl.",{"author":11,"version":38},"1.0","Bash(curl:*)",{"type":41,"children":42},"root",[43,51,57,64,77,83,228,234,239,394,400,405],{"type":44,"tag":45,"props":46,"children":47},"element","h1",{"id":4},[48],{"type":49,"value":50},"text","Update Agent",{"type":44,"tag":52,"props":53,"children":54},"p",{},[55],{"type":49,"value":56},"Update an existing AI agent on a live LiteLLM proxy.",{"type":44,"tag":58,"props":59,"children":61},"h2",{"id":60},"setup",[62],{"type":49,"value":63},"Setup",{"type":44,"tag":65,"props":66,"children":70},"pre",{"className":67,"code":69,"language":49},[68],"language-text","LITELLM_BASE_URL  — e.g. https:\u002F\u002Fmy-proxy.example.com\nLITELLM_API_KEY   — proxy admin key\n",[71],{"type":44,"tag":72,"props":73,"children":75},"code",{"__ignoreMap":74},"",[76],{"type":49,"value":69},{"type":44,"tag":58,"props":78,"children":80},{"id":79},"ask-the-user",[81],{"type":49,"value":82},"Ask the user",{"type":44,"tag":84,"props":85,"children":86},"ol",{},[87,172],{"type":44,"tag":88,"props":89,"children":90},"li",{},[91,97,99],{"type":44,"tag":92,"props":93,"children":94},"strong",{},[95],{"type":49,"value":96},"agent_id",{"type":49,"value":98}," — if they don't have it, list first:\n",{"type":44,"tag":65,"props":100,"children":104},{"className":101,"code":102,"language":103,"meta":74,"style":74},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","curl -s \"$BASE\u002Fv1\u002Fagents\" -H \"Authorization: Bearer $KEY\"\n","bash",[105],{"type":44,"tag":72,"props":106,"children":107},{"__ignoreMap":74},[108],{"type":44,"tag":109,"props":110,"children":113},"span",{"class":111,"line":112},"line",1,[114,120,126,132,138,143,148,153,157,162,167],{"type":44,"tag":109,"props":115,"children":117},{"style":116},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[118],{"type":49,"value":119},"curl",{"type":44,"tag":109,"props":121,"children":123},{"style":122},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[124],{"type":49,"value":125}," -s",{"type":44,"tag":109,"props":127,"children":129},{"style":128},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[130],{"type":49,"value":131}," \"",{"type":44,"tag":109,"props":133,"children":135},{"style":134},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[136],{"type":49,"value":137},"$BASE",{"type":44,"tag":109,"props":139,"children":140},{"style":122},[141],{"type":49,"value":142},"\u002Fv1\u002Fagents",{"type":44,"tag":109,"props":144,"children":145},{"style":128},[146],{"type":49,"value":147},"\"",{"type":44,"tag":109,"props":149,"children":150},{"style":122},[151],{"type":49,"value":152}," -H",{"type":44,"tag":109,"props":154,"children":155},{"style":128},[156],{"type":49,"value":131},{"type":44,"tag":109,"props":158,"children":159},{"style":122},[160],{"type":49,"value":161},"Authorization: Bearer ",{"type":44,"tag":109,"props":163,"children":164},{"style":134},[165],{"type":49,"value":166},"$KEY",{"type":44,"tag":109,"props":168,"children":169},{"style":128},[170],{"type":49,"value":171},"\"\n",{"type":44,"tag":88,"props":173,"children":174},{},[175,180,182],{"type":44,"tag":92,"props":176,"children":177},{},[178],{"type":49,"value":179},"What to change",{"type":49,"value":181}," — any combination of:\n",{"type":44,"tag":183,"props":184,"children":185},"ul",{},[186,197,206,223],{"type":44,"tag":88,"props":187,"children":188},{},[189,195],{"type":44,"tag":72,"props":190,"children":192},{"className":191},[],[193],{"type":49,"value":194},"model",{"type":49,"value":196}," (swap the underlying model)",{"type":44,"tag":88,"props":198,"children":199},{},[200],{"type":44,"tag":72,"props":201,"children":203},{"className":202},[],[204],{"type":49,"value":205},"description",{"type":44,"tag":88,"props":207,"children":208},{},[209,215,217],{"type":44,"tag":72,"props":210,"children":212},{"className":211},[],[213],{"type":49,"value":214},"tpm_limit",{"type":49,"value":216}," \u002F ",{"type":44,"tag":72,"props":218,"children":220},{"className":219},[],[221],{"type":49,"value":222},"rpm_limit",{"type":44,"tag":88,"props":224,"children":225},{},[226],{"type":49,"value":227},"MCP server access",{"type":44,"tag":58,"props":229,"children":231},{"id":230},"run",[232],{"type":49,"value":233},"Run",{"type":44,"tag":52,"props":235,"children":236},{},[237],{"type":49,"value":238},"Use PATCH to update only the changed fields:",{"type":44,"tag":65,"props":240,"children":242},{"className":101,"code":241,"language":103,"meta":74,"style":74},"curl -s -X PATCH \"$BASE\u002Fv1\u002Fagents\u002F\u003Cagent_id>\" \\\n  -H \"Authorization: Bearer $KEY\" \\\n  -H \"Content-Type: application\u002Fjson\" \\\n  -d '{\n    \"litellm_params\": {\"model\": \"\u003Cnew_model>\"},\n    \"agent_card_params\": {\"description\": \"\u003Cnew_description>\"}\n  }'\n",[243],{"type":44,"tag":72,"props":244,"children":245},{"__ignoreMap":74},[246,289,318,343,362,371,380],{"type":44,"tag":109,"props":247,"children":248},{"class":111,"line":112},[249,253,257,262,267,271,275,280,284],{"type":44,"tag":109,"props":250,"children":251},{"style":116},[252],{"type":49,"value":119},{"type":44,"tag":109,"props":254,"children":255},{"style":122},[256],{"type":49,"value":125},{"type":44,"tag":109,"props":258,"children":259},{"style":122},[260],{"type":49,"value":261}," -X",{"type":44,"tag":109,"props":263,"children":264},{"style":122},[265],{"type":49,"value":266}," PATCH",{"type":44,"tag":109,"props":268,"children":269},{"style":128},[270],{"type":49,"value":131},{"type":44,"tag":109,"props":272,"children":273},{"style":134},[274],{"type":49,"value":137},{"type":44,"tag":109,"props":276,"children":277},{"style":122},[278],{"type":49,"value":279},"\u002Fv1\u002Fagents\u002F\u003Cagent_id>",{"type":44,"tag":109,"props":281,"children":282},{"style":128},[283],{"type":49,"value":147},{"type":44,"tag":109,"props":285,"children":286},{"style":134},[287],{"type":49,"value":288}," \\\n",{"type":44,"tag":109,"props":290,"children":292},{"class":111,"line":291},2,[293,298,302,306,310,314],{"type":44,"tag":109,"props":294,"children":295},{"style":122},[296],{"type":49,"value":297},"  -H",{"type":44,"tag":109,"props":299,"children":300},{"style":128},[301],{"type":49,"value":131},{"type":44,"tag":109,"props":303,"children":304},{"style":122},[305],{"type":49,"value":161},{"type":44,"tag":109,"props":307,"children":308},{"style":134},[309],{"type":49,"value":166},{"type":44,"tag":109,"props":311,"children":312},{"style":128},[313],{"type":49,"value":147},{"type":44,"tag":109,"props":315,"children":316},{"style":134},[317],{"type":49,"value":288},{"type":44,"tag":109,"props":319,"children":321},{"class":111,"line":320},3,[322,326,330,335,339],{"type":44,"tag":109,"props":323,"children":324},{"style":122},[325],{"type":49,"value":297},{"type":44,"tag":109,"props":327,"children":328},{"style":128},[329],{"type":49,"value":131},{"type":44,"tag":109,"props":331,"children":332},{"style":122},[333],{"type":49,"value":334},"Content-Type: application\u002Fjson",{"type":44,"tag":109,"props":336,"children":337},{"style":128},[338],{"type":49,"value":147},{"type":44,"tag":109,"props":340,"children":341},{"style":134},[342],{"type":49,"value":288},{"type":44,"tag":109,"props":344,"children":346},{"class":111,"line":345},4,[347,352,357],{"type":44,"tag":109,"props":348,"children":349},{"style":122},[350],{"type":49,"value":351},"  -d",{"type":44,"tag":109,"props":353,"children":354},{"style":128},[355],{"type":49,"value":356}," '",{"type":44,"tag":109,"props":358,"children":359},{"style":122},[360],{"type":49,"value":361},"{\n",{"type":44,"tag":109,"props":363,"children":365},{"class":111,"line":364},5,[366],{"type":44,"tag":109,"props":367,"children":368},{"style":122},[369],{"type":49,"value":370},"    \"litellm_params\": {\"model\": \"\u003Cnew_model>\"},\n",{"type":44,"tag":109,"props":372,"children":374},{"class":111,"line":373},6,[375],{"type":44,"tag":109,"props":376,"children":377},{"style":122},[378],{"type":49,"value":379},"    \"agent_card_params\": {\"description\": \"\u003Cnew_description>\"}\n",{"type":44,"tag":109,"props":381,"children":383},{"class":111,"line":382},7,[384,389],{"type":44,"tag":109,"props":385,"children":386},{"style":122},[387],{"type":49,"value":388},"  }",{"type":44,"tag":109,"props":390,"children":391},{"style":128},[392],{"type":49,"value":393},"'\n",{"type":44,"tag":58,"props":395,"children":397},{"id":396},"output",[398],{"type":49,"value":399},"Output",{"type":44,"tag":52,"props":401,"children":402},{},[403],{"type":49,"value":404},"Show the updated agent name, model, and description. Confirm the agent ID is unchanged.",{"type":44,"tag":406,"props":407,"children":408},"style",{},[409],{"type":49,"value":410},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":412,"total":492},[413,428,438,448,458,470,480],{"slug":414,"name":414,"fn":415,"description":416,"org":417,"tags":418,"stars":23,"repoUrl":24,"updatedAt":427},"add-agent","create AI agents on LiteLLM proxy","Create a new AI agent on a live LiteLLM proxy. Asks for agent name, the underlying model, and optional MCP server access, then calls POST \u002Fv1\u002Fagents.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[419,420,423,424],{"name":18,"slug":19,"type":16},{"name":421,"slug":422,"type":16},"API Development","api-development",{"name":14,"slug":15,"type":16},{"name":425,"slug":426,"type":16},"MCP","mcp","2026-07-14T05:37:35.882412",{"slug":429,"name":429,"fn":430,"description":431,"org":432,"tags":433,"stars":23,"repoUrl":24,"updatedAt":437},"add-key","generate API keys on LiteLLM proxy","Generate a new API key on a live LiteLLM proxy. Asks for alias, scope (user\u002Fteam), budget, models, and expiry, then calls POST \u002Fkey\u002Fgenerate. Use when the user wants to create, generate, or provision an API key on a LiteLLM proxy instance.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[434,435,436],{"name":21,"slug":22,"type":16},{"name":421,"slug":422,"type":16},{"name":9,"slug":8,"type":16},"2026-07-14T05:37:23.401687",{"slug":439,"name":439,"fn":440,"description":441,"org":442,"tags":443,"stars":23,"repoUrl":24,"updatedAt":447},"add-mcp","register MCP servers on LiteLLM proxy","Register a new MCP server on a live LiteLLM proxy. Asks for the server name, transport type, URL, and optional auth, then calls POST \u002Fv1\u002Fmcp\u002Fserver.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[444,445,446],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":425,"slug":426,"type":16},"2026-07-14T05:37:18.330664",{"slug":449,"name":449,"fn":450,"description":451,"org":452,"tags":453,"stars":23,"repoUrl":24,"updatedAt":457},"add-model","add models to LiteLLM proxy","Add a new model to a live LiteLLM proxy. Walks the user through picking a provider, entering the deployment name and credentials, calls POST \u002Fmodel\u002Fnew, then test-calls the model to confirm it routes correctly. Use when the user wants to add, register, deploy, or configure a new model on a LiteLLM proxy instance.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[454,455,456],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":14,"slug":15,"type":16},"2026-07-14T05:37:41.141371",{"slug":459,"name":459,"fn":460,"description":461,"org":462,"tags":463,"stars":23,"repoUrl":24,"updatedAt":469},"add-org","create organizations on LiteLLM proxy","Create a new organization on a live LiteLLM proxy. Asks for org name, budget, and allowed models, then calls POST \u002Forganization\u002Fnew.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[464,465,466],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":467,"slug":468,"type":16},"Management","management","2026-07-14T05:37:43.83623",{"slug":471,"name":471,"fn":472,"description":473,"org":474,"tags":475,"stars":23,"repoUrl":24,"updatedAt":479},"add-team","create new teams on LiteLLM proxy","Create a new team on a live LiteLLM proxy. Asks for team name, budget, and allowed models, then calls POST \u002Fteam\u002Fnew and shows the result. Use when the user wants to create a new team, set up team budgets, or configure model access for a team on the proxy.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[476,477,478],{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},{"name":467,"slug":468,"type":16},"2026-07-14T05:37:29.671894",{"slug":481,"name":481,"fn":482,"description":483,"org":484,"tags":485,"stars":23,"repoUrl":24,"updatedAt":491},"add-user","create LiteLLM proxy users","Create a new user on a live LiteLLM proxy. Asks for email, role, and optional budget\u002Fmodel limits, then calls POST \u002Fuser\u002Fnew and shows the result.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[486,487,488],{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},{"name":489,"slug":490,"type":16},"Operations","operations","2026-07-14T05:37:22.16293",21,{"items":494,"total":492},[495,502,508,514,520,526,532,538,549,561,573,584],{"slug":414,"name":414,"fn":415,"description":416,"org":496,"tags":497,"stars":23,"repoUrl":24,"updatedAt":427},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[498,499,500,501],{"name":18,"slug":19,"type":16},{"name":421,"slug":422,"type":16},{"name":14,"slug":15,"type":16},{"name":425,"slug":426,"type":16},{"slug":429,"name":429,"fn":430,"description":431,"org":503,"tags":504,"stars":23,"repoUrl":24,"updatedAt":437},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[505,506,507],{"name":21,"slug":22,"type":16},{"name":421,"slug":422,"type":16},{"name":9,"slug":8,"type":16},{"slug":439,"name":439,"fn":440,"description":441,"org":509,"tags":510,"stars":23,"repoUrl":24,"updatedAt":447},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[511,512,513],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":425,"slug":426,"type":16},{"slug":449,"name":449,"fn":450,"description":451,"org":515,"tags":516,"stars":23,"repoUrl":24,"updatedAt":457},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[517,518,519],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":14,"slug":15,"type":16},{"slug":459,"name":459,"fn":460,"description":461,"org":521,"tags":522,"stars":23,"repoUrl":24,"updatedAt":469},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[523,524,525],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":467,"slug":468,"type":16},{"slug":471,"name":471,"fn":472,"description":473,"org":527,"tags":528,"stars":23,"repoUrl":24,"updatedAt":479},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[529,530,531],{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},{"name":467,"slug":468,"type":16},{"slug":481,"name":481,"fn":482,"description":483,"org":533,"tags":534,"stars":23,"repoUrl":24,"updatedAt":491},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[535,536,537],{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},{"name":489,"slug":490,"type":16},{"slug":539,"name":539,"fn":540,"description":541,"org":542,"tags":543,"stars":23,"repoUrl":24,"updatedAt":548},"delete-agent","delete AI agents from LiteLLM proxy","Delete an AI agent from a live LiteLLM proxy. Ask for the agent_id and confirm before calling DELETE \u002Fv1\u002Fagents\u002F{agent_id}.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[544,545,546,547],{"name":18,"slug":19,"type":16},{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":467,"slug":468,"type":16},"2026-07-14T05:37:34.647734",{"slug":550,"name":550,"fn":551,"description":552,"org":553,"tags":554,"stars":23,"repoUrl":24,"updatedAt":560},"delete-key","delete API keys from LiteLLM proxy","Delete one or more API keys from a live LiteLLM proxy. Ask for the key(s) and confirm before calling POST \u002Fkey\u002Fdelete.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[555,556,557],{"name":421,"slug":422,"type":16},{"name":9,"slug":8,"type":16},{"name":558,"slug":559,"type":16},"Security","security","2026-07-14T05:37:38.407239",{"slug":562,"name":562,"fn":563,"description":564,"org":565,"tags":566,"stars":23,"repoUrl":24,"updatedAt":572},"delete-mcp","delete MCP servers from LiteLLM proxy","Delete an MCP server from a live LiteLLM proxy. Ask for the server_id and confirm before calling DELETE \u002Fv1\u002Fmcp\u002Fserver\u002F{server_id}.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[567,568,571],{"name":21,"slug":22,"type":16},{"name":569,"slug":570,"type":16},"Configuration","configuration",{"name":425,"slug":426,"type":16},"2026-07-14T05:37:32.167939",{"slug":574,"name":574,"fn":575,"description":576,"org":577,"tags":578,"stars":23,"repoUrl":24,"updatedAt":583},"delete-model","delete models from LiteLLM proxy","Delete a model from a live LiteLLM proxy. Asks for the model name or model_id and confirms before calling POST \u002Fmodel\u002Fdelete. Use when the user wants to remove, delete, or unregister a model from a LiteLLM proxy instance.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[579,580,581,582],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":14,"slug":15,"type":16},{"name":467,"slug":468,"type":16},"2026-07-14T05:37:33.417861",{"slug":585,"name":585,"fn":586,"description":587,"org":588,"tags":589,"stars":23,"repoUrl":24,"updatedAt":592},"delete-org","delete organizations from LiteLLM proxy","Delete one or more organizations from a live LiteLLM proxy. Ask for the organization_id(s) and confirm before calling DELETE \u002Forganization\u002Fdelete.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[590,591],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},"2026-07-14T05:37:20.916307"]