Jobs API
Scheduled and on-demand job execution.
List jobs
GET /api/v1/jobsCreate a job
POST /api/v1/jobs| Field | Type | Required | Description |
|---|---|---|---|
name | string | yes | Job name |
command | string | yes | Shell command to execute |
image | string | no | Container image |
region | string | no | Execution region |
plan | string | no | Execution plan |
Get a job
GET /api/v1/jobs/{id}Cancel a job
POST /api/v1/jobs/{id}/cancel