All Products
Search
Document Center

Elastic Compute Service:DeleteHpcCluster

Last Updated:Apr 11, 2024

You can call this operation to delete an HPC cluster.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID of the HPC cluster. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
ClientTokenstringNo

The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must make sure that it is unique among different requests. The ClientToken value must contain only ASCII characters and cannot exceed 64 characters in length. For more information, see How to ensure idempotence.

123e4567-e89b-12d3-a456-426655440000
RegionIdstringYes

The region ID of the HPC cluster. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
HpcClusterIdstringYes

The ID of the HPC cluster.

hpc-cxvr5uzy54j0ya****

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E

Examples

Sample success responses

JSONformat

{
  "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E"
}

JSONformat

{
  "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E"
}

Error codes

HTTP status codeError codeError messageDescription
400MissingParameter.RegionIdThe input parameter RegionId that is mandatory for processing this request is not supplied.The RegionId parameter is required.
400MissingParameter.HpcClusterIdThe input parameter HpcClusterId that is mandatory for processing this request is not supplied.The HpcClusterId parameter is required.
400Invalid.ParameterInvalid parameters.Invalid parameters.
400NotExists.HpcClusterThe specified hpc cluster does not exist.-
400NotEmpty.HpcClusterThe specified hpc cluster is not empty, still contains instances.Instances are present in the specified HPC cluster. Release the instances and then try again.
404InvalidRegionId.NotFoundThe specified parameter "RegionId" is not valid.-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history