---
title: "Update cluster certificates."
method: PUT
path: "/v1/cluster/certificates"
tags: ["Cluster"]
---

# Update cluster certificates.

`PUT /v1/cluster/certificates`

Replace one or more cluster certificates and apply them across the cluster.

## Request body

- ClusterCertificatesUpdateRequest — Request body for updating one or more cluster certificates.
  - `certificates` ClusterCertificateUpdate[] — Certificates to update.
    - `certificate` string — PEM-encoded certificate chain.
    - `key` string — PEM-encoded private key.
    - `name` string — Certificate type name.

## Response `200`

Cluster certificates updated successfully.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `406` — Not Acceptable
- `409` — Conflict
- `500` — Internal Server Error

## Changes

- **2026-04-21** `6b64152fc37b` — 1 info
  - endpoint added
- **2026-01-23** `9fdf3bc7ad77` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/redis/apis/redis-software-rest-api/changes/v1/cluster/certificates/put.md)

---

[API](https://skmtc.dev/redis/apis/redis-software-rest-api.md) · [All operations](https://skmtc.dev/redis/apis/redis-software-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redis/redis-software-rest-api/revisions/caec2005b95b/schema)
