---
title: "POST eval_run_canceled"
method: POST
path: "eval_run_canceled"
---

# POST eval_run_canceled

`POST eval_run_canceled` (webhook)

Sent when an eval run has been canceled.

## Payload

- WebhookEvalRunCanceled — Sent when an eval run has been canceled.
  - `created_at` integer, required — The Unix timestamp (in seconds) of when the eval run was canceled.
  - `id` string, required — The unique ID of the event.
  - `data` object, required — Event data payload.
    - `id` string, required — The unique ID of the eval run.
  - `object` 'event' — The object of the event. Always `event`.
  - `type` 'eval.run.canceled', required — The type of the event. Always `eval.run.canceled`.

## Acknowledgement `200`

Return a 200 status code to acknowledge receipt of the event. Non-200 
status codes will be retried.

---

[API](https://skmtc.net/openai/apis/openai-api-3.md) · [All operations](https://skmtc.net/openai/apis/openai-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openai-api-3/revisions/74cbcf73838f/schema)
