---
title: "PUT /v1/admin/background_job/invalidation"
method: PUT
path: "/v1/admin/background_job/invalidation"
tags: ["Background Jobs"]
---

# PUT /v1/admin/background_job/invalidation

`PUT /v1/admin/background_job/invalidation`

Request a Background Job to stop processing as soon as possible

## Request body

- BackgroundJobInvalidation
  - `created_at` string, date-time — When the invalidation message was created
  - `sent_at` string, date-time — When the invalidation message was sent
  - `executors` string[] — Sources of the event
  - `jobs` BackgroundJobIdentityWithStatus[] — Job context
    - `sysId` string — Unique Identifier of the tracked item
    - `lastUpdate` string, date-time — Last update of the tracked item
    - `table` string — Context of the tracked item
    - `status` 'Ready' | 'Pending' | 'Waiting' | 'Failed' | 'Completed' | 'Cancelled' — Status of Background Job
  - `domains` string[] — Domain context

## Response `200`

Invalidated

- boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/corestack/apis/corestack-external-api.md) · [All operations](https://skmtc.dev/corestack/apis/corestack-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corestack/corestack-external-api/revisions/bf2cdf20826d/schema)
