litellm_admin
Administer LiteLLM proxy-global settings, manage allowed IPs, reset global spend, and perform bulk user updates.
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 |