---
title: "Update Coordination Redis Settings"
method: POST
path: "/coordination_redis/settings"
tags: ["Coordination Redis Settings"]
---

# Update Coordination Redis Settings

`POST /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

- `litellm-changed-by` string, 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

## Request body

- CoordinationRedisSettingsRequest
  - `settings` object, required — Coordination Redis connection params

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-18** `082b5fabd909` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/coordination_redis/settings/post.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/b694deb1e459?raw)
