Pause Eval Task

Pauses a running eval task.

POST https://api.futureagi.com/tracer/eval-task/pause_eval_task/

Authentication

X-Api-Key API Key Required

Your Future AGI API key used to authenticate requests. You can find and manage your API keys in the Dashboard under Settings.

X-Secret-Key Secret Key Required

Your Future AGI secret key, used alongside the API key for request authentication. This is generated when you create an API key in the Dashboard.

Query parameters

eval_task_id string Required

UUID of the eval task to pause. Task must be in running state.

Response

200 OK
status boolean
true if the task was paused successfully.
result string
Confirmation message.

Errors

400 Bad Request Optional

Task is not in running state.

401 Unauthorized Optional

Invalid or missing API credentials.

404 Not Found Optional

No eval task found with the specified ID.

GET /
Authentication
REQUEST
 
RESPONSE