AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the TerminateJob operation.
Terminates a job in a job queue. Jobs that are in the STARTING
or RUNNING
state are terminated, which causes them to transition to FAILED
. Jobs that
have not progressed to the STARTING
state are cancelled.
Namespace: Amazon.Batch.Model
Assembly: AWSSDK.Batch.dll
Version: 3.x.y.z
public class TerminateJobRequest : AmazonBatchRequest IAmazonWebServiceRequest
The TerminateJobRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
TerminateJobRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
JobId | System.String |
Gets and sets the property JobId. The Batch job ID of the job to terminate. |
![]() |
Reason | System.String |
Gets and sets the property Reason. A message to attach to the job that explains the reason for canceling it. This message is returned by future DescribeJobs operations on the job. It is also recorded in the Batch activity logs. This parameter has as limit of 1024 characters. |
This example terminates a job with the specified job ID.
var client = new AmazonBatchClient(); var response = client.TerminateJob(new TerminateJobRequest { JobId = "61e743ed-35e4-48da-b2de-5c8333821c84", Reason = "Terminating job." });
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5