Delete a Provisioned Throughput - Amazon Bedrock

Delete a Provisioned Throughput

When you delete a Provisioned Throughput, you'll no longer be able to invoke the model at the throughput level that you purchased it for. If you delete a Provisioned Throughput associated with a custom model, the custom model isn't deleted. To learn how to delete a custom model, see Delete a custom model.

Note

You can’t delete a Provisioned Throughput with commitment before the commitment term is complete.

To learn how to delete a Provisioned Throughput, choose the tab for your preferred method, and then follow the steps:

Console
  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. Select Provisioned Throughput under Assessment and deployment from the left navigation pane.

  3. From the Provisioned Throughput section, select a Provisioned Throughput.

  4. Choose Delete.

  5. The console displays a modal form to warn you that deletion is permanent. Choose Confirm to proceed.

  6. The Provisioned Throughput is immediately deleted.

API

To delete a Provisioned Throughput, send a DeleteProvisionedModelThroughput request with an Amazon Bedrock control plane endpoint. Specify either the name of the Provisioned Throughput or its ARN as the provisionedModelId. If deletion is successful, the response returns an HTTP 200 status code.

See code examples