Pause Eval Task
Pause a running eval task by UUID. Task must be in running state. Returns a confirmation status and message on success.
POST
https://api.futureagi.com/tracer/eval-task/pause_eval_task/ Authentication
Query parameters
eval_task_id
UUID of the eval task to pause. Task must be in running state.
Response
200 OK status
true if the task was paused successfully. result
Confirmation message.
Errors
400
Task is not in running state.
401
Invalid or missing API credentials.
404
No eval task found with the specified ID.