Docs / Operational Controls

One-off jobs

Run a single command inside a live service container without creating a deploy. Output is stored on the job record.

Run a job

http
POST /v1/services/{serviceId}/jobs
{ "command": "npm run db:migrate" }

List recent jobs

http
GET /v1/services/{serviceId}/jobs