Loading...
Loading...
Update an existing team on a live LiteLLM proxy. Ask for the team_id and what to change (budget, models, limits), then call POST /team/update.
npx skill4agent add berriai/litellm-skills update-teamLITELLM_BASE_URL — e.g. https://my-proxy.example.com
LITELLM_API_KEY — proxy admin keycurl -s "$BASE/team/list" -H "Authorization: Bearer $KEY"team_aliasmax_budgetmodelstpm_limitrpm_limitblockedcurl -s -X POST "$BASE/team/update" \
-H "Authorization: Bearer $KEY" \
-H "Content-Type: application/json" \
-d '{
"team_id": "<team_id>",
"max_budget": <value>,
"models": [<models>],
"tpm_limit": <value>
}'team_idteam_aliasmax_budgetmodels