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
Example response
{
"status": "success"
}