Skip to main content
DELETE
/
v1
/
ai
/
eval
/
runs
/
{runId}
Archive an eval run
curl --request DELETE \
  --url https://{instance}.omniapp.co/api/v1/ai/eval/runs/{runId} \
  --header 'Authorization: Bearer <token>'
{
  "is_archived": true
}

Authorizations

Authorization
string
header
required

Can be either an Organization API Key or Personal Access Token (PAT).

Include in the Authorization header as: Bearer YOUR_TOKEN

Path Parameters

runId
string<uuid>
required

The unique identifier of the eval run.

Example:

"660e8400-e29b-41d4-a716-446655440001"

Response

Run archived successfully.

is_archived
enum<boolean>
required

Always true on success — the run has been archived.

Available options:
true