Evaluators
Update evaluator
Update an evaluator's metadata. At least one field must be provided. Omitted fields are left unchanged.
Payload Requirements
- At least one of name or description must be provided.
- name, if provided, must be unique within the space.
- System-managed fields (id, type, space_id, created_at, updated_at, created_by_user_id) cannot be modified.
Valid example
{
"name": "Hallucination Detector v2",
"description": "Updated evaluator for production hallucination checks"
}
Invalid example (no updatable fields provided)
{}
<Note>This endpoint is in beta, read more here.</Note>
patch/v2/evaluators/{evaluator_id}
Path parameters
evaluator_idstring required
A universally unique identifier (base64-encoded opaque string).
Example:RW50aXR5OjEyMzQ1
The unique evaluator identifier (base64)
Request body
Response
An evaluator object