PATCH
/v1/private/automations/evaluators/{id}Update Automation Rule Evaluator by idUpdate Automation Rule Evaluator by id
Parameters
idstring · uuidpathrequiredRequest body
application/json
objectAutomationRuleEvaluatorUpdate
actionstringrequiredenabledbooleannamestringrequiredproject_idstring · uuidPrimary project ID (legacy field, maintained for backwards compatibility)
project_idsarray of string · uuidMultiple project IDs (new field for multi-project support)
Show child attributes
sampling_ratenumber · floatFraction of production (SDK-logged) items this rule scores, from 0 to 1. Trace rules ignore this value for experiment, playground and optimization traces and score them in full; span and thread rules only ever evaluate SDK-logged data.
trigger_scopestringtypestring{
"action": "annotation_queue_router",
"enabled": true,
"name": "string",
"project_id": "00000000-0000-0000-0000-000000000000",
"project_ids": [
"00000000-0000-0000-0000-000000000000"
],
"sampling_rate": 0,
"trigger_scope": "both",
"type": "llm_as_judge"
}