Bedrock / Client / delete_provisioned_model_throughput
delete_provisioned_model_throughput#
- Bedrock.Client.delete_provisioned_model_throughput(**kwargs)#
- Deletes a Provisioned Throughput. You can’t delete a Provisioned Throughput before the commitment term is over. For more information, see Provisioned Throughput in the Amazon Bedrock User Guide. - See also: AWS API Documentation - Request Syntax- response = client.delete_provisioned_model_throughput( provisionedModelId='string' ) - Parameters:
- provisionedModelId (string) – - [REQUIRED] - The Amazon Resource Name (ARN) or name of the Provisioned Throughput. 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- Bedrock.Client.exceptions.ResourceNotFoundException
- Bedrock.Client.exceptions.AccessDeniedException
- Bedrock.Client.exceptions.ValidationException
- Bedrock.Client.exceptions.ConflictException
- Bedrock.Client.exceptions.InternalServerException
- Bedrock.Client.exceptions.ThrottlingException