v52

OpenAPI 3.1.0raw.githubusercontent.com2026-08-03512878906.5 KB
Evaluators

Deploy Evaluator Revision

Pin an evaluator revision into an environment revision under a key.

Requires an evaluator ref (evaluator_ref, evaluator_variant_ref, or evaluator_revision_ref) and an environment ref. When key is omitted it defaults to <evaluator_slug>.revision. The deployment is recorded as a new commit on the environment revision. See the Evaluators guide for the deployment model.

post/evaluators/revisions/deploy

Request body

keystring nullable

Named key under which the revision is pinned. Defaults to <evaluator_slug>.revision.

messagestring nullable

Commit message stored on the environment revision that records the deployment.

Response

Successful Response

countinteger

1 when a revision is returned, 0 otherwise.