調用 ReleaseCluster 接口釋放集群所有節點。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

請求參數

名稱 類型 是否必選 示例值 描述
Action String ReleaseCluster

系統規定參數。取值:ReleaseCluster。

RegionId String cn-hangzhou

區域ID。

Id String C-D7958B72E59B****

集群ID。

ForceRelease Boolean true

正常釋放時,如果您打開了日志保存,系統會花費幾分鐘時間將作業的日志都保存到您的OSS空間中。

您也可以勾選強制釋放選項,放棄日志的保存,立即釋放。

返回數據

名稱 類型 示例值 描述
RequestId String BF4FBAC6-B03E-4BFB-B6DB-EB53C34F2E22

請求ID。

示例

請求示例

http(s)://[Endpoint]/?Action=ReleaseCluster
&RegionId=cn-hangzhou
&Id=C-D7958B72E59B****
&ForceRelease=true
&公共請求參數

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<ReleaseClusterResponse>
    <RequestId>BF4FBAC6-B03E-4BFB-B6DB-EB53C34F2E22</RequestId>
</ReleaseClusterResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "BF4FBAC6-B03E-4BFB-B6DB-EB53C34F2E22"
}

錯誤碼

HttpCode 錯誤碼 錯誤信息 描述
400 Cluster.RegionId.NotMatch The cluster does not exist in region %s. 集群不屬于該Region,切換到正確的Region
400 Cluster.Cannot.Release Failed to release the cluster. 集群釋放失敗,請選擇正確的集群
400 Prepaid.Cluster.Cannot.Release Prepaid clusters do not support the release operation. 包年包月集群不支持釋放操作
400 InternalError The request processing has failed due to some unknown error. 內部錯誤,請提工單
400 ClusterId.NotFound The specified cluster ID %s does not exist. Cluster Id不存在,確認集群的Cluster Id
400 RAM.Permission.NotAllow You are not authorized to perform the operation. 沒有權限執行此操作,請聯系主賬號授權
400 User.Account.Abnormal The user account is out of service. 用戶賬號已經停止服務
400 Cluster.Role.NotConfirm The DDI RAM role has not been granted. DDI的RAM角色沒有授權,在RAM中授權
400 DB.Fail A database access error occurred. 數據庫訪問錯誤,請重試或者提工單
400 User.OtherUserResource.NotAllow You are not authorized to operate other users resource. 不能操作其它用戶的資源
403 Params.Illegal The format of the specified parameter is invalid. 參數格式錯誤

訪問錯誤中心查看更多錯誤碼。

訪問錯誤中心查看更多錯誤碼。