v1

latestOpenAPI 3.0.0Apache 2.02026-07-2338718.6 KB
jobs

Pause a job

Pause a job by name

post/jobs/pause

Query parameters

namestring

The name of the job

Response

Successful operation

namestring

The name of the job

pausedboolean

Whether the job is currently paused or not

Example response

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