文档首页> 容器批量计算 BCE> API参考> API> WDL任务> 批量删除多个WDL execution
更新时间:2021-08-03 GMT+08:00
分享

批量删除多个WDL execution

功能介绍

批量删除多个WDL execution,需要提供所有需要删除的WDL execution 的id。

URI

DELETE /v1/{project_id}/executions-extend

表1 路径参数

参数

是否必选

参数类型

描述

project_id

String

项目ID

最小长度:1

最大长度:102400

请求参数

表2 请求Body参数

参数

是否必选

参数类型

描述

clean_data

Boolean

是否需要清除数据

execution_ids

Array of strings

需要删除的wdl execution id

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

executions

Array of OneExecutionResponse objects

execution response

表4 OneExecutionResponse

参数

参数类型

描述

error

Response object

error message

id

String

wdl execution id

最小长度:1

最大长度:102400

表5 Response

参数

参数类型

描述

error_code

String

Error code

最小长度:1

最大长度:102400

error_msg

String

Error detail message

最小长度:1

最大长度:102400

extend

String

Error extend message

最小长度:1

最大长度:102400

show_detail

Boolean

If extend message displayed

状态码: 400

表6 响应Body参数

参数

参数类型

描述

error_code

String

Error code

最小长度:1

最大长度:102400

error_msg

String

Error detail message

最小长度:1

最大长度:102400

extend

String

Error extend message

最小长度:1

最大长度:102400

show_detail

Boolean

If extend message displayed

状态码: 500

表7 响应Body参数

参数

参数类型

描述

error_code

String

Error code

最小长度:1

最大长度:102400

error_msg

String

Error detail message

最小长度:1

最大长度:102400

extend

String

Error extend message

最小长度:1

最大长度:102400

show_detail

Boolean

If extend message displayed

请求示例

响应示例

状态码

状态码

描述

200

"批量删除WDL任务成功。"

400

"批量删除WDL任务,请求参数不合法。"

500

"批量删除WDL任务, 网络错误。"

分享:

    相关文档

    相关产品