
from litellm-skills11
Interactively delete an MCP server registration from a LiteLLM proxy: ask for server_id, confirm, and call the DELETE endpoint safely.
Provides a safe, interactive procedure for removing an MCP server registration from a running LiteLLM proxy. The skill guides the agent to collect the server_id, optionally list servers if unknown, show the server details for confirmation, and perform the DELETE call while warning about downstream impacts.
Use when an administrator asks to remove a registered MCP server from a LiteLLM proxy (e.g., decommissioning, cleanup, or emergency removal). Only use with proper admin credentials and explicit user confirmation because this action disrupts agents relying on that server.
Agents with HTTP/curl capability and access to environment secrets (Bash/curl-capable assistants, CLI automation agents).
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 Organization
Delete one or more organizations from a LiteLLM proxy with confirmation and safe checks.