/
/Azure AI
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
  • Sources
Checked 41m ago · Updated 1mo agoView markdown
Evals12
  • getList all evaluations
  • postCreate evaluation
  • getGet an evaluation
  • postUpdate an evaluation
  • deleteDelete an evaluation
  • getGet a list of runs for an evaluation
  • postCreate evaluation run
  • getGet an evaluation run
  • postCancel evaluation run
  • deleteDelete evaluation run
  • getGet evaluation run output items
  • getGet an output item of an evaluation run
  • get/connections
  • get/connections/{name}
  • post/connections/{name}/getConnectionWithCredentials
  • get/datasets
  • get/datasets/{name}/versions
  • get/datasets/{name}/versions/{version}
  • delete/datasets/{name}/versions/{version}
  • patch/datasets/{name}/versions/{version}
  • post/datasets/{name}/versions/{version}/credentials
  • post/datasets/{name}/versions/{version}/startPendingUpload
  • get/deployments
  • get/deployments/{name}
  • get/indexes
  • get/indexes/{name}/versions
  • get/indexes/{name}/versions/{version}
  • delete/indexes/{name}/versions/{version}
  • patch/indexes/{name}/versions/{version}
Evals

Delete evaluation run

Delete an eval run.

delete/openai/evals/{eval_id}/runs/{run_id}

Path parameters

eval_idstring required

The ID of the evaluation to delete the run from.

run_idstring required

The ID of the run to delete.

Query parameters

api-versionstring required

The API version to use for this operation.

Response

The request has succeeded.

object'eval.deleted'

The object type. Always 'eval.deleted'.

run_idstring

id of the eval.

deletedboolean

Whether the eval was successfully deleted.