调用DeleteDeploymentSet删除一个部署集。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String DeleteDeploymentSet

系统规定参数。取值:DeleteDeploymentSet

DeploymentSetId String ds-bp1g5ahlkal88d7x****

部署集ID。如果部署集中仍有实例存在,则无法删除。

RegionId String cn-hangzhou

部署集所属地域ID。您可以调用DescribeRegions查看最新的阿里云地域列表。

返回数据

名称 类型 示例值 描述
RequestId String 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E

请求ID。

示例

请求示例

https://ecs.aliyuncs.com/?Action=DeleteDeploymentSet
&RegionId=cn-hangzhou
&DeploymentSetId=ds-bp1g5ahlkal88d7x****
&<公共请求参数>

正常返回示例

XML 格式

<DeleteDeploymentSetResponse>
	  <RequestId>04F0F334-1335-436C-A1D7-6C044FE73368</RequestId>
</DeleteDeploymentSetResponse>

JSON 格式

{
	"RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368"
}

错误码

HttpCode 错误码 错误信息 描述
400 MissingParameter The input parameter "DeploymentSetId" that is mandatory for processing this request is not supplied. 参数DeploymentSetId不得为空。
403 DependencyViolation.NotEmpty There are still instance(s) in the specified DeploymentSetId. 指定的部署集ID内仍有实例。
403 DependencyViolation.ReferByHPC The specified deployment set is still referred by an HPC cluster. 指定的部署集与其它HPC集群有关联。

访问错误中心查看更多错误码。