update-user

Update existing LiteLLM proxy users via the POST /user/update endpoint.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Update an existing user on a live LiteLLM proxy by modifying budget, role, or models.

Core Features & Use Cases

  • Update user budget and role in a single API call.
  • Change accessible models and contact details for a given user.
  • Use in production or staging environments to adjust permissions quickly.

Quick Start

Provide the user_id and the changes you want to apply, then perform a POST to the /user/update endpoint.

Frequently Asked Questions about update-user

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

FAQPage Schema
How do I update a user's budget and role on a LiteLLM proxy?

You can update user budget and role in a single API call by sending a POST request to the /user/update endpoint via curl with the user_id and desired changes.

Can I change accessible models for an existing LiteLLM user via API?

Yes, you can change accessible models for an existing LiteLLM user by sending a POST request to the /user/update endpoint with the user_id and the updated model list.

What do I need to modify user configurations on a live LiteLLM proxy?

Modifying user configurations on a live LiteLLM proxy requires curl and a valid proxy admin key to authenticate the POST request to the /user/update endpoint.

Does the LiteLLM user update endpoint work in production environments?

Yes, the LiteLLM user update endpoint works in both production and staging environments to adjust user permissions, budgets, and models quickly via API.

Why use the LiteLLM proxy API to adjust user permissions instead of manual changes?

Using the LiteLLM proxy API to adjust user permissions ensures changes are applied programmatically and consistently across production or staging environments without manual database edits.