v5

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-06153345.0 KB
Jobs

Hold all pending jobs

Admin only. Sets all pending jobs to held status so the worker skips them. Use this to pause the queue for testing without deleting jobs.

post/jobs/hold_all

Response

Jobs held successfully

statusstring
messagestring
held_countinteger

Example response

{
  "status": "success"
}