调用DeleteHpcCluster删除一个HPC集群。

调试

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

请求参数

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

系统规定参数。取值:DeleteHpcCluster

HpcClusterId String hpc-cxvr5uzy54j0ya****

HPC集群ID。

RegionId String cn-hangzhou

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

ClientToken String 123e4567-e89b-12d3-a456-426655440000

保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken只支持ASCII字符,且不能超过64个字符。更多详情,请参见如何保证幂等性

返回数据

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

请求ID。

示例

请求示例

https://ecs.aliyuncs.com/?Action=DeleteHpcCluster
&RegionId=cn-hangzhou
&HpcClusterId=hpc-cxvr5uzy54j0ya****
&<公共请求参数>

正常返回示例

XML 格式

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

JSON 格式

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

错误码

HttpCode 错误码 错误信息 描述
400 MissingParameter.RegionId The input parameter RegionId that is mandatory for processing this request is not supplied. 参数RegionId不能为空。
404 InvalidRegionId.NotFound The specified parameter "RegionId" is not valid. 指定的RegionId不存在,请您检查此产品在该地域是否可用。
400 MissingParameter.HpcClusterId The input parameter HpcClusterId that is mandatory for processing this request is not supplied. 参数HpcClusterId不能为空。
400 Invalid.Parameter Invalid parameters. 参数无效。
400 NotExists.HpcCluster The specified hpc cluster does not exist. 指定的HPC集群不存在。
400 NotEmpty.HpcCluster The specified hpc cluster is not empty, still contains instances. 指定的HPC集群中仍有实例,请释放这些实例后重试。

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