Modify EHC Cluster
Updated at:2025-10-20
Modify the elastic high-performance computing cluster (EHC for short) name and description
Request structure
Plain Text
1POST /v{version}/instance/ehc/cluster/modify HTTP/1.1
2Host: bcc.bj.baidubce.com
3Authorization: authorization string
4{
5 "ehcClusterId":"ehc-Djasd3pU",
6 "name" : "name",
7 "description" : "description"
8}
Request headers
There are no special headers required beyond the common headers.
Request parameters
| Parameter name | Types | Whether required | Parameter location | Description |
|---|---|---|---|---|
| version | String | Yes | URL parameter | API version number |
| ehcClusterId | String | Yes | RequestBody | ID of the EHC cluster to be modified |
| name | String | No | RequestBody | EHC cluster name: cannot be empty at the same time as description |
| description | String | No | RequestBody | EHC cluster description: cannot be empty at the same time as name |
Response headers
No special headers are required beyond the standard ones.
Response parameters
There are no special response parameters
Request example
Plain Text
1POST /v2/instance/ehc/cluster/modify HTTP/1.1
2Host: bcc.bj.baidubce.com
3ContentType: application/json
4Authorization: bce-auth-v1/f81d3b34e48048fbb2634dc7882d7e21/2015-08-11T04:17:29Z/3600/host/74c506f68c65e26c633bfa104c863fffac5190fdec1ec24b7c03eb5d67d2e1de
5{
6 "ehcClusterId":"ehc-Djasd3pU",
7 "name":"modifyName",
8 "description":"modifyDescription"
9}
