cancelTask
Stop an ongoing video processing task in Video Clip MCP by specifying its taskId. Ideal for managing active operations efficiently.
Instructions
取消指定的处理任务
Input Schema
Name | Required | Description | Default |
---|---|---|---|
taskId | Yes | 任务ID |
Input Schema (JSON Schema)
{
"properties": {
"taskId": {
"description": "任务ID",
"type": "string"
}
},
"required": [
"taskId"
],
"type": "object"
}