---
title: "Rotate cluster certificates."
method: POST
path: "/v1/cluster/certificates/rotate"
tags: ["Cluster"]
---

# Rotate cluster certificates.

`POST /v1/cluster/certificates/rotate`

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

## Request body

- CertificateRotateRequest — Request body for rotating internal certificates.
  - `name` string — Optional internal certificate name to rotate. When omitted, all supported internal certificates are rotated.

## Response `200`

Cluster certificates rotated successfully.

## Other responses

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

## Changes

- **2026-04-23** `68b2d18d7735` — 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/rotate/post.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)
