v1

latestOpenAPI 3.0.0Apache 2.02026-07-2338718.6 KB
jobs

Create a new job

Create a new job by submitting the name and YAML configuration

post/jobs

Response

Successful operation

namestring

The name of the job

pausedboolean

Whether the job is currently paused or not

Example response

[
  {
    "name": "My Job"
  }
]