How can I terminate a job in Pipelines?
You can terminate a job in progress. You might do this if the job appears stuck and unable to complete on its own, or if you realize there is a problem with the job you need to fix. To terminate a job, use the terminate-job
command:
pipelines terminate-job [job ID]
The terminate-job
command terminates the most recent job, if it has not yet completed. The command has an optional argument (job ID
), which you can use if you want to terminate a job other than the most recently started one. Retrieve the job ID from the pipelines status
command or from the output of the pipelines start
command.
Did not find what you were looking for?
If this content did not answer your questions, try searching or contacting our support team for further assistance.