Skip to main content

RemoveClusterNodes

Description

call RemoveClusterNodes to remove additional nodes of the specified cluster.

Request Method

POST

Request Path

/apsara/route/CS/RemoveClusterNodes

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
BODYobjectNoNoNo description for this parameter.
release_nodeBODYbooleanNoNofalse
nodesBODYarray of stringNoYescn-shenzhen. 10.1.0.1
drain_nodeBODYbooleanNoNotrue
ClusterIdBODYstringNoYesc82e6987e2961451182edacd74faf****
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstring5fd211e924e1d00787000293Request Id

Example

Successful Response example

{
"RequestId":"5fd211e924e1d00787000293"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}