---
title: "Update cluster node"
method: POST
path: "/inlong/manager/api/cluster/node/update"
tags: ["Inlong-Cluster-API"]
---

# Update cluster node

`POST /inlong/manager/api/cluster/node/update`

## Request body

- ClusterNodeRequest
  - `description` string — Description of the cluster node
  - `extParams` string — Extended params
  - `id` integer — Primary key
  - `ip` string — Cluster IP
  - `nodeLoad` integer — Current load value of the node
  - `parentId` integer — ID of the parent cluster
  - `port` integer — Cluster port
  - `protocolType` string — Cluster protocol type
  - `type` string — Cluster type, including AGENT, DATAPROXY, etc.
  - `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)
