Puchify

Jobs API

Scheduled and on-demand job execution.

List jobs

GET /api/v1/jobs

Create a job

POST /api/v1/jobs
FieldTypeRequiredDescription
namestringyesJob name
commandstringyesShell command to execute
imagestringnoContainer image
regionstringnoExecution region
planstringnoExecution plan

Get a job

GET /api/v1/jobs/{id}

Cancel a job

POST /api/v1/jobs/{id}/cancel

On this page