---
title: "PATCH /provisioned-model-throughput/{provisionedModelId}"
method: PATCH
path: "/provisioned-model-throughput/{provisionedModelId}"
---

# PATCH /provisioned-model-throughput/{provisionedModelId}

`PATCH /provisioned-model-throughput/{provisionedModelId}`

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>.

## Path parameters

- `provisionedModelId` string, required

## Request body

- object
  - `desiredProvisionedModelName` string — The new name for this Provisioned Throughput.
  - `desiredModelId` string — <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 `200`

Success

- UpdateProvisionedModelThroughputResponse

## Other responses

- `480` — ResourceNotFoundException
- `481` — AccessDeniedException
- `482` — ValidationException
- `483` — InternalServerException
- `484` — ThrottlingException

---

[API](https://skmtc.net/aws/apis/bedrock.md) · [All operations](https://skmtc.net/aws/apis/bedrock/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/bedrock/versions/3bc874e43ecd/schema)
