Skip to main content
POST
Start, pause, or abort a job

Path Parameters

resource
string
required

The job ID, prefixed with the job type, as in spark:my-spark-job.

Query Parameters

context
string

The app to which a job belongs, formatted as app:APP_NAME.

Body

application/json

One of: start or abort

action
enum<string>
Available options:
start,
pause,
abort
comment
string

Response

200 - application/json

OK

resource
string
action
enum<string>
Available options:
start,
pause,
abort
accepted
boolean
message
string