Skip to content

Delete Provisioned Model Throughput

bedrock_delete_provisioned_model_throughput R Documentation

Deletes a Provisioned Throughput

Description

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.

Usage

bedrock_delete_provisioned_model_throughput(provisionedModelId)

Arguments

provisionedModelId

[required] The Amazon Resource Name (ARN) or name of the Provisioned Throughput.

Value

An empty list.

Request syntax

svc$delete_provisioned_model_throughput(
  provisionedModelId = "string"
)