Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://wfapi.yuhe.space/api/workflows/{workflowName}/runs/stop \ --header 'Authorization: Bearer <token>'
{ "errCode": 123, "errMessage": "<string>", "data": { "workflowId": "<string>", "workflowName": "<string>", "stoppedRunIds": [ "<string>" ], "waitingRunIds": [ "<string>" ], "runningRunIds": [ "<string>" ], "skippedRunIds": [ "<string>" ] } }
使用 WORKFLOW_SERVER_ADMIN_KEY 或已创建的账号 API Key。
WORKFLOW_SERVER_ADMIN_KEY
停止结果;仅把当前 server 进程可实际取消的 run 放入 stoppedRunIds。
""
Show child attributes