Stop a batch inference job - Amazon Bedrock

Stop a batch inference job

To learn how to stop an ongoing batch inference job, select the tab corresponding to your method of choice and follow the steps:

Console
To stop a batch inference job
  1. Sign in to the AWS Management Console using an IAM role with Amazon Bedrock permissions, and open the Amazon Bedrock console at https://console.aws.amazon.com/bedrock/.

  2. From the left navigation pane, select Batch inference.

  3. Select a job to go to the job details page or select the option button next to a job.

  4. Choose Stop job.

  5. Review the message and choose Stop job to confirm.

    Note

    You're charged for tokens that have already been processed.

API

To stop a batch inference job, send a StopModelInvocationJob request (see link for request and response formats and field details) with an Amazon Bedrock control plane endpoint and provide the ID or ARN of the job in the jobIdentifier field.

If the job was successfully stopped, you receive an HTTP 200 response.