Jobs

Operations for jobs

Start the job with the given name and group name. The job will only be started, if it is not already running.

post

Required Roles: ApiJobs

Authorizations
AuthorizationstringRequired
Query parameters
jobGroupstringRequired
jobNamestringRequired
Responses
chevron-right
200

OK

application/json
post
/rest/v5/jobs/startJob

Start the jobs with the given group name. A job will only be started, if it is not already running.

post

Required Roles: ApiJobs

Authorizations
AuthorizationstringRequired
Query parameters
jobGroupstringRequired
Responses
chevron-right
200

OK

application/json
post
/rest/v5/jobs/startJobsWithGroupName

Start the jobs with the given name. A job will only be started, if it is not already running.

post

Required Roles: ApiJobs

Authorizations
AuthorizationstringRequired
Query parameters
jobNamestringRequired
Responses
chevron-right
200

OK

application/json
post
/rest/v5/jobs/startJobsWithName

Last updated

Was this helpful?