---
title: "Rename a cluster"
method: POST
path: "/api/clusters/actions/rename/{clusterName}/{newClusterName}"
tags: ["Cluster"]
---

# Rename a cluster

`POST /api/clusters/actions/rename/{clusterName}/{newClusterName}`

Renames a cluster identified by its name.

## Path parameters

- `clusterName` string, required
- `newClusterName` string, required

## Headers

- `Authorization` string, required

## Response `200`

Cluster renamed successfully

- string

## Other responses

- `500` — Invalid cluster name" or "Cluster name already exists" or "No Valid ACL

---

[API](https://skmtc.net/signal18/apis/untitled-api.md) · [All operations](https://skmtc.net/signal18/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signal18/untitled-api/revisions/7465ea0ee21a/schema)
