参数
响应
返回success、taskId、action、status、currentStatus、previousStatus、lot 和 message。常见 status 包括:
start_requested:已请求启动already_running:任务已经在运行stop_requested:已请求停止already_stopped:任务已经停止
search_tasks 继续查询。
另请参阅:MCP 概览、MCP 工作流程Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
通过任务 ID 启动或停止已有八爪鱼云任务。
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
taskId | string | 是 | 要控制的已有任务 ID |
action | string | 是 | start 或 stop |
{
"taskId": "<任务 ID>",
"action": "start"
}
success、taskId、action、status、currentStatus、previousStatus、lot 和 message。常见 status 包括:
start_requested:已请求启动already_running:任务已经在运行stop_requested:已请求停止already_stopped:任务已经停止search_tasks 继续查询。
另请参阅:MCP 概览、MCP 工作流程