{
  "id": "rotate",
  "title": "Rotate cluster certificates requests",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/rest-api/requests/cluster/certificates/rotate/",
  "summary": "Rotate cluster certificates requests",
  "content": "\n| Method | Path | Description |\n|--------|------|-------------|\n| [POST](#post-cluster-certificates-rotate) | `/v1/cluster/certificates/rotate` | Regenerate all internal cluster certificates |\n\n## Rotate cluster certificates {#post-cluster-certificates-rotate}\n\n\tPOST /v1/cluster/certificates/rotate\n\nRegenerates all _internal_ cluster certificates.\n\nThe certificate rotation will be performed on all nodes within the cluster. If\n\"name\" is provided, only rotate the specified certificate on all nodes within the cluster.\n\n### Request {#post-request} \n\n#### Example HTTP request\n\n\tPOST /v1/cluster/certificates/rotate\n\n#### Request headers\n\n| Key | Value | Description |\n|-----|-------|-------------|\n| Host | cnm.cluster.fqdn | Domain name |\n| Accept | application/json | Accepted media type |\n\n### Response {#post-response} \n\nResponds with a `200 OK` status code if the internal certificates successfully rotate across the entire cluster.\n\n### Status codes {#post-status-codes} \n\n| Code | Description |\n|------|-------------|\n| [200 OK](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1) | No error |\n| [400 Bad Request](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1) | Failed, not all nodes have been updated. |\n| [403 Forbidden](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4) | Unsupported internal certificate rotation. |\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00"
}

