create_system_jobs
Prioritize subtitle jobs by force-starting, moving to top, or moving to bottom in the queue. Control job execution order directly.
Instructions
Force start, move to top or move to bottom of the queue a specific job.
POST /api/system/jobs
Args: id: Job ID act onto action: Action to perform from ["force_start", "move_top", "move_bottom"]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| action | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |