Update Eval Task
Partially updates an eval task's configuration.
https://api.futureagi.com/tracer/eval-task/update_eval_task/ Authentication
Request body
Only included fields are updated. Omitted fields retain their current values.
UUID of the eval task. Must not be running or deleted.
Update mode. Values: "fresh_run" (clears all previous results), "edit_rerun" (preserves existing results, runs missing evals only).
Updated name. 1-255 characters.
Updated list of custom eval config UUIDs. Replaces the existing list.
Updated sampling percentage, between 1.0 and 100.0.
Updated execution mode. Values: "continuous", "historical".
Updated max spans. Required for "historical" run type. Range: 1-1000000.
Updated query filters. Pass null to clear.
Errors
Invalid values, or task is currently running and must be paused first.
Invalid or missing API credentials.
No eval task found with the specified ID.