litellm_admin
Administer proxy-wide LiteLLM configuration: manage allowed IPs, reset global spend, and update users in bulk via a single admin operation.
Instructions
Proxy-global LiteLLM administration (high risk): proxy-global settings, allowed IPs, global spend reset, bulk user update.
Call with operation="help" to list all available admin operations. Otherwise pass the operation name and a JSON object with parameters.
Example: litellm_admin(operation="AddAllowedIp", params={"ip": "1.2.3.4"})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| operation | Yes |