v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14108906717.7 KB

Updates the name or associated model for a Provisioned Throughput. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html">Provisioned Throughput</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.

patch/provisioned-model-throughput/{provisionedModelId}

Path parameters

provisionedModelIdstring required

The Amazon Resource Name (ARN) or name of the Provisioned Throughput to update.

Request body

desiredProvisionedModelNamestring

The new name for this Provisioned Throughput.

desiredModelIdstring
<p>The Amazon Resource Name (ARN) of the new model to associate with this Provisioned Throughput. You can't specify this field if this Provisioned Throughput is associated with a base model.</p> <p>If this Provisioned Throughput is associated with a custom model, you can specify one of the following options:</p> <ul> <li> <p>The base model from which the custom model was customized.</p> </li> <li> <p>Another custom model that was customized from the same base model as the custom model.</p> </li> </ul>

Response

Success

UpdateProvisionedModelThroughputResponse required