Update Eval Agent
Eval Agents
Update Eval Agent
Update an eval agent’s metadata or repoint its active version.
PATCH
Update Eval Agent
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Your API key for authentication.
Path Parameters
The unique identifier of the eval agent to update.
Body Parameters
New display name for the eval agent. Between 1 and 200 characters.
Updated description, or
null to clear it.Repoint the published version to this version ID. Pass
null to unpublish the agent.Key-value metadata to associate with the eval agent. Values must be strings. Replaces the existing metadata object.
This endpoint updates agent-level fields only. To edit prompts, levels, or targets, update the agent’s draft version using the Update Eval Agent Version endpoint.
Response
The updated eval agent.
Unique identifier for the eval agent.
ID of the organization that owns this eval agent.
Unique slug key for the eval agent within the organization.
Display name of the eval agent.
Description of what the eval agent grades, or
null.ID of the current editable draft version.
ID of the published version, or
null if unpublished.Updated key-value metadata. Values are strings.
ISO 8601 timestamp for when the eval agent was created.
ISO 8601 timestamp for when the eval agent was last updated.
ISO 8601 timestamp if the eval agent has been soft-deleted, otherwise
null.The current editable draft version of the eval agent.
Unique identifier for this version.
ID of the organization that owns this version.
ID of the parent eval agent.
Sequential version number.
Name of this version.
Optional description of this version.
State of this version. One of
editable or archived.One of
text or audio.The system prompt for the judge LLM, in Markdown.
The grading prompt for the judge LLM, in Markdown.
Verdict levels for graded mode. Empty array for pass/fail mode.
Which level keys count as a target match.
Relative weight of this agent in aggregate scoring. Between 0 and 100.
ID of the version this was forked from, or
null.Identifier of the user who created this version, or
null.ISO 8601 timestamp for when this version was created.
ISO 8601 timestamp for when this version was last updated.