Skip to main content
POST
/
workflows
/
tasks
/
{task_id}
/
stop
{
  "result": "success"
}

Authorizations

Authorization
string
header
required

API Key authentication.

Path Parameters

task_id
string<uuid>
required

Task ID from the streaming chunk.

Body

application/json
user
string
required

User identifier.

Response

200 - application/json

Operation successful.

result
string
Example:

"success"