---
title: "Cancel Video"
method: POST
path: "/api/v1/videos/{video_uuid}/cancel"
tags: ["Videos"]
---

# Cancel Video

`POST /api/v1/videos/{video_uuid}/cancel`

Cancel an in-flight Glory League video submission.

Marks the submission terminally and best-effort halts the league processing
pipeline. Only submissions still pending/processing can be cancelled; an
already-cancelled submission returns success idempotently, and
completed/failed ones return 409.

When VIDEO_ENDPOINTS_LIVE is False, returns a preview response without DB writes.

## Path parameters

- `video_uuid` string, required

## Headers

- `x-api-key` string, nullable
- `League` string, nullable

## Response `200`

Successful Response

- GLVideoCancelResponse — Response schema for Glory League video cancellation.
  - `success` boolean, required — Whether the cancellation was accepted
  - `video_uuid` string, required — The video UUID
  - `status` string, required — Resulting status (always 'cancelled' on success)
  - `message` string, required — Human-readable detail

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/preciser/apis/preciser-data-management-api.md) · [All operations](https://skmtc.net/preciser/apis/preciser-data-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/preciser/preciser-data-management-api/versions/356993d0ef07/schema)
