v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14138349.9 KB

Sends a cancel request for a specified task. You can cancel a task only if it's still in a QUEUED state. Tasks that are already running can't be cancelled.

A task might still run if it's processed from the queue before the CancelTask operation changes the task's state.

post/task/{taskId}/cancel

Path parameters

taskIdstring required

The ID of the task that you are attempting to cancel. You can retrieve a task ID by using the <code>ListTasks</code> operation.

Response

Success

taskIdstring

The ID of the task that you are attempting to cancel.

All 13 operations