Cancel Knowledge Processing Task
Cancel a queued or running Knowledge Processing task.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Cancel a queued or running background task.
Response Body
application/json
application/json
curl -X POST "https://example.com/agent/knowledge-processing/tasks/cancel" \ -H "Content-Type: application/json" \ -d '{}'{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}