Tasks

Stop Task

Cancel a running task. Returns an error if the task is already in a terminal state.

post/tasks/{task_id}/cancel

Path parameters

task_idstring uuid required

Response

Successful Response

cancelledboolean required

Whether the task was cancelled

Changes