---
title: "Force a yank to a state without a second-admin appeal"
method: POST
path: "/v1/admin/yanks/{id}/override"
tags: ["admin"]
---

# Force a yank to a state without a second-admin appeal

`POST /v1/admin/yanks/{id}/override`

Wave 8 admin override. Critical yanks normally need a distinct
second admin to flip them to `resolved`; this endpoint lets a
superuser admin close the loop unilaterally during incident
response. Emits the yank changes-event so federated consumers
re-sync. Requires `admin.write` scope.

## Path parameters

- `id` string, required

## Request body

- AdminOverrideYank
  - `new_state` 'resolved' | 'open', required
  - `resolution` string, nullable
  - `note` string, nullable

## Response `200`

Yank state mutated

- Yank
  - `id` string
  - `kind` string
  - `slug` string
  - `version` string, nullable
  - `severity` string
  - `reason` string
  - `requested_by` string, nullable
  - `state` string
  - `resolved_at` string, date-time, nullable
  - `resolution` string, nullable
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `403` — admin.write scope required
- `404` — Not found

---

[API](https://skmtc.net/tesslateai/apis/tesslate-federated-marketplace-v1.md) · [All operations](https://skmtc.net/tesslateai/apis/tesslate-federated-marketplace-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tesslateai/tesslate-federated-marketplace-v1/revisions/b2706e1525df/schema)
