---
title: "Save cluster"
method: POST
path: "/inlong/manager/api/cluster/save"
tags: ["Inlong-Cluster-API"]
---

# Save cluster

`POST /inlong/manager/api/cluster/save`

## Request body

- InlongClusterRequest
  - `clusterTags` string — Cluster tags, separated by commas
  - `description` string — Description of the cluster
  - `displayName` string — Cluster display name, just for display
  - `extParams` string — Extended params
  - `extTag` string — Extension tag
  - `heartbeat` string — Cluster heartbeat info
  - `id` integer — Primary key
  - `inCharges` string — Name of responsible person, separated by commas
  - `name` string — Cluster name
  - `token` string — Cluster token
  - `type` string — Cluster type, including TUBEMQ, PULSAR, KAFKA, DATAPROXY, etc.
  - `url` string — Cluster url
  - `version` integer — Version number

## Response `200`

OK

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/apache/apis/untitled-api-2.md) · [All operations](https://skmtc.net/apache/apis/untitled-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apache/untitled-api-2/versions/41c687f48683/schema)
