delete-team
Installation
SKILL.md
Delete Team
Delete one or more teams from a live LiteLLM proxy.
Setup
LITELLM_BASE_URL — e.g. https://my-proxy.example.com
LITELLM_API_KEY — proxy admin key
Ask the user
- team_id(s) — if they don't have them, list first:
curl -s "$BASE/team/list" -H "Authorization: Bearer $KEY" - Confirm — show the team alias and ask for confirmation before deleting.