---
title: "Rename Cluster"
method: PUT
path: "/face-clusters/{cluster_id}"
tags: ["Face Clusters"]
---

# Rename Cluster

`PUT /face-clusters/{cluster_id}`

Rename a face cluster by its ID.

## Path parameters

- `cluster_id` string, required

## Request body

- RenameClusterRequest
  - `cluster_name` string, required

## Response `200`

Successful Response

- RenameClusterResponse
  - `success` boolean, required
  - `message` string, nullable
  - `error` string, nullable
  - `data` RenameClusterData
    - `cluster_id` string, required
    - `cluster_name` string, required

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

## Changes

- **2025-08-26** `2e78324b9970` — 16 breaking, 2 info
  - the response property `error` became optional for the status `400`
  - the response property `error` became optional for the status `404`
  - the response property `error` became optional for the status `500`
  - the response property `message` became optional for the status `200`
  - …14 more
- **2025-08-05** `0f7598fc167b` — 1 info
  - endpoint added
- **2025-08-05** `14c08755eaeb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/aossie-org/apis/pictopy/changes/face-clusters/:cluster_id/put.md)

---

[API](https://skmtc.dev/aossie-org/apis/pictopy.md) · [All operations](https://skmtc.dev/aossie-org/apis/pictopy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aossie-org/pictopy/revisions/a6c11e6b42e4/schema)
