v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Background Jobs

Request a Background Job to stop processing as soon as possible

put/v1/admin/background_job/invalidation

Request body

created_atstring date-time

When the invalidation message was created

sent_atstring date-time

When the invalidation message was sent

executorsstring[]

Sources of the event

domainsstring[]

Domain context

Example request

{
  "executors": [
    "AI"
  ],
  "jobs": [
    {
      "status": "Ready"
    }
  ]
}

Response

Invalidated

boolean required