
from litellm-skills11
Delete one or more organizations from a LiteLLM proxy with confirmation and safe checks.
This skill provides step-by-step instructions for safely deleting organizations from a running LiteLLM proxy. It explains required environment values, how to list existing organizations, prompt the user for the organization_id(s), confirm aliases before proceeding, and call the DELETE /organization/delete endpoint. The skill is focused on admin workflows for cleaning up tenant data in a proxy.
Use this when you need to remove stale or test organizations from a LiteLLM deployment, revoke access for an organization, or tidy up demo/test data. Only run when you have an admin API key and have verified the organization aliases to avoid accidental data loss.
This skill is primarily procedural and shell-friendly; compatible with agents that can run Bash/curl or provide equivalent HTTP DELETE calls (CLI-driven agents, automation scripts).
This skill has not been reviewed by our automated audit pipeline yet.
LiteLLM — Update Team
Update an existing team on a LiteLLM proxy: change alias, budget, allowed models, and rate limits via the proxy API.
Add User (LiteLLM Proxy)
Interactive helper to create a new user on a LiteLLM proxy by collecting email, role, budget and allowed models, then calling the proxy's user creation API.
Add Organization (LiteLLM)
Create a new organization on a LiteLLM proxy: prompts for org name, allowed models, budget and calls the proxy API to create the org.
Delete MCP Server
Interactively delete an MCP server registration from a LiteLLM proxy: ask for server_id, confirm, and call the DELETE endpoint safely.