Pause Eval Task
Pauses a running eval task.
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.