PUT
/
task
/
{taskId}
/
stop
curl --request PUT \
  --url 'http://localhost:2003/api/v1/task/task_123/stop' \
  --header 'x-api-key: <your-api-key>'
{
  "success": true
}
curl --request PUT \
  --url 'http://localhost:2003/api/v1/task/task_123/stop' \
  --header 'x-api-key: <your-api-key>'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

Path Parameters

taskId
string
required

The ID of the task to stop

Response

200 - application/json
Successful response
success
boolean