evals
evals

Delete a terminal eval run

Hard-delete a terminal eval run; its scores cascade (ORM delete-orphan + DB FK ON DELETE CASCADE).

Terminal-only allow-list: rejects (409) anything not completed/failed/errored — so pending/running and any future non-terminal state are blocked. Cross-org/unknown → 404. get_session() auto-commits on success.

delete/v1/eval-runs/{run_id}

Path parameters

run_idstring uuid required

Response

Successful Response

Changes

Changed in 1 of the 3 revisions of this API.6

    • added the optional property retry_after to the response with the 400 status

      response-optional-property-added

    • added the optional property retry_after to the response with the 401 status

      response-optional-property-added

    • added the optional property retry_after to the response with the 404 status

      response-optional-property-added

    • added the optional property retryable to the response with the 400 status

      response-optional-property-added

    • added the optional property retryable to the response with the 401 status

      response-optional-property-added

    • added the optional property retryable to the response with the 404 status

      response-optional-property-added

    This revision also has 40 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog