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

# Check Coordination Redis Connection

`POST /coordination_redis/settings/test`

Test a coordination Redis connection with the provided credentials.

Parameters:
- settings: dict - Redis connection params to test. Credential fields sent back as `***REDACTED***` fall back to the saved value

Builds a throwaway client (never touching global state) and pings it.

## Request body

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

## Response `200`

Successful Response

- CoordinationRedisTestResponse
  - `status` string, required — Connection status: 'healthy' or 'unhealthy'
  - `error` string, nullable — Error message if the connection failed

## 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/test/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)
