Stop a task from running future executions
curl --request PUT \ --url 'http://localhost:2003/api/v1/task/task_123/stop' \ --header 'x-api-key: <your-api-key>'
{ "success": true }
The ID of the task to stop
Successful response
The response is of type object.
object