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"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.