Share via


Job - Cancel

Cancels the running job specified by the job ID.

POST https://{accountName}.{adlaJobDnsSuffix}/Jobs/{jobIdentity}/CancelJob?api-version=2016-11-01

URI Parameters

Name In Required Type Description
accountName
path True

string

The Azure Data Lake Analytics account to execute job operations on.

adlaJobDnsSuffix
path True

string

Gets the DNS suffix used as the base for all Azure Data Lake Analytics Job service requests.

jobIdentity
path True

string

uuid

Job identifier. Uniquely identifies the job across all jobs submitted to the service.

api-version
query True

string

Client Api Version.

Responses

Name Type Description
200 OK

Successfully cancelled the job.

Examples

Cancels the running job specified by the job ID

Sample Request

POST https://account123.contosopipelineservice.com/Jobs/076713da-9018-41ae-a3bd-9eab14e54d09/CancelJob?api-version=2016-11-01

Sample Response