
cancel-job
**********


DESCRIPTION
===========

To delete a job, send a DELETE request to the
>>``<</2012-09-25/jobs/*[jobId]* `` resource.

Note: You can only cancel a job that has a status of "Submitted" . To
  prevent a pipeline from starting to process a job while you're
  getting the job identifier, use  update-pipeline-status to
  temporarily pause the pipeline.


SYNOPSIS
========

   aws elastictranscoder cancel-job
     --id <value>


REQUIRED PARAMETERS
===================

"--id"  (string)
   The identifier of the job that you want to delete.

   To get a list of the jobs (including their "jobId" ) that have a
   status of "Submitted" , use the  list-jobs-by-status API action.


OPTIONAL PARAMETERS
===================

None
