AI
Cancel AI task
Stopping a previously launched AI-task without waiting for it to be fully completed.
The task will be moved to "REVOKED" status.
post/streaming/ai/tasks/{task_id}/cancel
Path parameters
task_idstring required
ID of the task to be cancelled
Response
Accepted. AI-task has been cancelled successfully
Example response
{
"result": "Task has been cancelled successfully."
}