全部文档
当前文档

暂无内容

如果没有找到您期望的内容,请尝试其他搜索词

文档中心

删除集群节点

接口说明

删除集群节点,单次最大操作50个节点,节点池节点不能删除,会自动忽略。

请求参数

以下请求参数列表仅列出了接口请求参数和部分公共参数,完整公共参数列表见公共请求参数
参数名称
类型
必填
描述
Action String
公共参数,本接口取值:DeleteClusterInstances。
Version String
公共参数,本接口取值:2019-08-06。
ClusterId String

集群id

InstanceId.N String

需要移除的节点id列表,只允许移除Worker节点(N的范围为1-50)。

InstanceDeleteMode String

节点的删除模式,有效值:

  • Terminate(默认值)销毁实例(仅针对于按量付费的云服务器,对于包年包月的云服务器和裸金属服务器不生效)
  • Remove 仅把节点移除集群,实例本身不销毁。

返回参数

参数名称
类型
描述
RequestId String

请求id

示例值:56e38834-a293-4787-afab-c94665425565
InstanceSet Object[]
Message String

如果删除失败,则会展示报错详情;如删除成功,则返回为null

示例值:null
Return Boolean

删除结果

示例值:true
InstanceId String

实例id

示例值:7f587306-9aef-4cb9-b0fe-xxxxxx

请求示例

curl -X GET|POST
'http://kce.api.ksyun.com/?Action=DeleteClusterInstances&Version=2019-08-06'
-H 'authorization: xxx, SignedHeaders=content-type;host;x-amz-date, Signature=xxx'
-H 'cache-control: no-cache'
-H 'content-type: application/x-www-form-urlencoded'
-H 'host: kce.api.ksyun.com'
-H 'x-amz-date: 20170720T022802Z'
-d 'ClusterId=xxx&InstanceId.N=xxx&InstanceDeleteMode=xxx'

返回示例

JSON格式

{
"RequestId":"56e38834-a293-4787-afab-c94665425565",
"InstanceSet":[
{
"Message":null,
"Return":true,
"InstanceId":"7f587306-9aef-4cb9-b0fe-xxxxxx"
}
]
}

错误码

以下仅列出了接口业务逻辑相关的错误码,其他错误码详见公共错误码

错误码
错误信息
Http状态码
描述
ClusterIdRequiredClusterId is required400集群ID必须填写
ClusterIdInvalidClusterId must match `^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$`400集群ID必须满足 `^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$`
InstanceDeleteModeInvalidthe value only supports Terminate,Remove400实例删除模式仅支持Terminate,Remove
InstanceIdRequiredInstanceId is required400实例ID列表不能为空
InstanceIdSizeExceedthe number of InstanceId can't exceed 50400实例ID数量不能超过50个
InstanceIdInvalidInstanceId contains repeat value400实例ID列表包含重复值
ClusterNotFoundcluster xx is not found400集群不存在
GetClusterErrorfailed to get cluster400获取集群信息失败
RemoveNodeErrorremove cluster node error400移除节点失败
ClusterNotReadythe status of cluster is no ready, can't delete node400集群状态异常,不能进行删除节点操作
DeleteClusterNodeInstanceFailednode xx is master, can't be deleted400master实例无法删除
纯净模式常规模式

纯净模式

点击可全屏预览文档内容