Coordination Redis Settings

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.

post/coordination_redis/settings

Headers

litellm-changed-bystring nullable

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

settingsobject required

Coordination Redis connection params

Response

Successful Response

object required

Changes