Stop a running task execution
curl --request PUT \ --url 'http://localhost:2003/api/v1/task/task_123/run/stop?runId=run_456' \ --header 'x-api-key: <your-api-key>'
{ "success": true }
The ID of the task
The ID of the run. If not provided, stops the most recent run.
Successful response
The response is of type object.
object