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.
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
-
-
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/.
-
Select Provisioned Throughput under Assessment and deployment from the left navigation pane.
-
From the Provisioned Throughput section, select a Provisioned Throughput.
-
Choose Delete.
-
The console displays a modal form to warn you that deletion is permanent. Choose
Confirm to proceed.
-
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