Command option Sample:aws batch terminate-job

Search command sample in the internet.It is the result.

Terminates a job in a job queue.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/batch/terminate-job.html

aws batch terminate-job --job-id 61e743ed-35e4-48da-b2de-5c8333821c84 --reason "Terminating job."
    terminate-job — AWS CLI 1.16.2 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/batch/terminate-job.html
aws batch terminate-job --job-id Whatever-string --reason
    aws batch terminate-job does not fail with incorrect input 揃 Issue #2551 揃 aws/aws-cli 揃 GitHub : http://github.com/aws/aws-cli/issues/2551
aws batch terminate-job --job-id [My job id inserted here ] --reason "Failed"
    Amazon Batch Job won't terminate - Stack Overflow : http://stackoverflow.com/questions/45867974/amazon-batch-job-wont-terminate

aws のオプション一覧