Skip to main content
POST
Trigger Jobs

Trigger Jobs

Pushes existing jobs back onto the worker queue by UUID.

Request body

string[]
required
Array of job UUID strings to requeue.
Expected JSON shape:

Example request

Response

Successful response:
If any supplied ID does not resolve to an existing job, the controller stops and returns:

Status codes

  • 201 Created when the trigger request succeeds
  • 401 Unauthorized when the key is missing or invalid