Update Coordination Redis Settings
Save coordination Redis settings under general_settings.coordination_redis.
Parameters:
- settings: dict - Redis connection params (host, port, username, password, url, ssl, startup_nodes, sentinel_nodes, sentinel_password, service_name). Values may be os.environ/VAR references, which are stored as written and resolved at startup
The settings are written to the general_settings row of LiteLLM_Config, which startup merges over the yaml config; the proxy picks them up on its next restart.
Headers
The litellm-changed-by header enables tracking of actions performed by authorized users on behalf of other users, providing an audit trail for accountability
The litellm-changed-by header enables tracking of actions performed by authorized users on behalf of other users, providing an audit trail for accountability
Request body
Response
Successful Response
Changes
Changed in 1 of the 42 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○