update-team

Update team budgets, models, and limits on a LiteLLM proxy.

77|12|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/BerriAI/litellm-skills --skill update-team-berriai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-team
Source: https://github.com/BerriAI/litellm-skills/tree/main/update-team
Command: npx skills add https://github.com/BerriAI/litellm-skills --skill update-team-berriai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Administrators need a simple, safe way to adjust an existing team's configuration on a live LiteLLM proxy without downtime or manual reconfiguration.

Core Features & Use Cases

  • Update budget, access to models, and enforcement limits for a team identified by team_id.
  • Change optional attributes like team_alias, tpm_limit, rpm_limit, and blocked status to reflect organizational changes.
  • Use case: when a team expands or contracts, quickly apply new budgets and model access to ensure continued service.

Quick Start

Provide the team_id and the desired changes, then call the update endpoint to apply them.

Frequently Asked Questions about update-team

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update a LiteLLM team's budget and model access on a live proxy?

You can update LiteLLM team limits by sending a JSON payload with the new tpm_limit and rpm_limit values to the POST /team/update endpoint. This applies the new throughput constraints to the specified team_id immediately on the live proxy.

What fields can I modify when updating an existing LiteLLM team configuration?

When updating an existing LiteLLM team configuration, you can modify budgets, model access, tpm_limit, rpm_limit, team_alias, and blocked status. A valid team_id and the minimal set of fields to change are required for the request.

Can I block a LiteLLM team from accessing models without taking the proxy offline?

You must provide the team_id to identify the target team and include the specific fields you want to change, such as budget, models, tpm_limit, rpm_limit, or blocked status, in the JSON payload sent to the update endpoint.

What's the best way to adjust LiteLLM team limits when a team expands?

The best way to adjust LiteLLM team limits during expansion is to call POST /team/update with the team_id and updated budget or tpm_limit and rpm_limit values. This safely applies new enforcement limits to the live proxy configuration.

Do I need the team_id to change a LiteLLM team alias on the proxy?

Yes, a valid team_id is required to change a LiteLLM team alias or any other configuration. The update endpoint uses the team_id to locate the existing team and apply the new alias specified in the JSON payload.