Run a scheduled job immediately
POST/api/v1/libraries/:library_id/jobs/:job_id/run-now
Enqueues the job's task and returns its id; the run itself is asynchronous and its progress is followed through the task queue. Refuses if a run for this job is already in flight, so a double click cannot queue the work twice.
Request
Responses
- 200
- 403
- 404
- 409
The enqueued task
Forbidden
Job not found, or it belongs to another library
A run for this job is already in flight