取消一件正在啟動並執行任務。目前,您能取消正在啟動並執行匯入鏡像任務(ImportImage)和匯出鏡像任務(ExportImage)。

請求參數

名稱 類型 是否必需 描述
Action String 系統規定參數。取值:CancelTask
RegionId String 地域 ID。您可以調用 DescribeRegions 查看最新的阿里雲地域列表。
TaskId String 任務 ID。您可以調用 DescribeTasks 查看任務 ID 列表。

返回參數

全是公共返回參數。參閱 公共參數

樣本

請求樣本
https://ecs.aliyuncs.com/?Action=CancelTask
&RegionId=cn-hangzhou
&TaskId=t-23ym6mvro
&<公共請求參數>
返回樣本

XML 格式

<CancelTaskResponse>
    <RequestId>4BE2C7FE-C7A4-4675-A153-174E032AABFB</RequestId>
</CancelTaskResponse>
JSON 格式
{
    "RequestId": "4BE2C7FE-C7A4-4675-A153-174E032AABFB"
}

錯誤碼

以下為本介面特有的錯誤碼。更多錯誤碼,請訪問 API 錯誤中心

錯誤碼 錯誤資訊 HTTP 狀態碼 說明
MissingParameter An input parameter “RegionId” that is mandatory for processing the request is not supplied. 400 您需要指定參數 RegionId
MissingParameter An input parameter “TaskId” that is mandatory for processing the request is not supplied. 400 您需要指定參數 TaskId
InvalidRegionId.NotFound The specified region not found. 400 指定的 RegionId 不存在。
InvalidTaskId.NotFound The specified “TaskId” is not found. 400 指定的 TaskId 不存在。
CancelTaskFailed The task is failed to cancel, Please contact the administrator. 403 取消任務失敗,請 提交工單 聯繫我們。
InvalidTaskId.IncorrectTaskStatus The specified task status is not invalid. 403 指定的任務必須處於 運行中 狀態。
InvalidTaskId.TaskActionNotSupport The specified task action not support. 403 無法取消指定的任務。