Skip to main content
Aborts a running task. The agent will stop executing and the task status will be set to aborted.

Authentication

Requires a valid Bearer token.

Path Parameters

taskID
string
required
Task ID (UUID).

Response

Returns 200 OK on success.

Errors

StatusDescription
400Bad Request — task is not in a running state
401Unauthorized — missing or invalid token
404Not Found — task does not exist or you do not have access