---
title: "POST /model-copy-jobs"
method: POST
path: "/model-copy-jobs"
---

# POST /model-copy-jobs

`POST /model-copy-jobs`

Copies a model to another region so that it can be used there. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/copy-model.html">Copy models to be used in other regions</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.

## Request body

- object
  - `sourceModelArn` string, required — The Amazon Resource Name (ARN) of the model to be copied.
  - `targetModelName` string, required — A name for the copied model.
  - `modelKmsKeyId` string — The ARN of the KMS key that you use to encrypt the model copy.
  - `targetModelTags` Tag[] — Tags to associate with the target model. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html">Tag resources</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.
    - `key` string, required — Key for the tag.
    - `value` string, required — Value for the tag.
  - `clientRequestToken` string — A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.

## Response `201`

Success

- CreateModelCopyJobResponse
  - `jobArn` string, required — The Amazon Resource Name (ARN) of the model copy job.

## Other responses

- `480` — ResourceNotFoundException
- `481` — AccessDeniedException
- `482` — InternalServerException
- `483` — TooManyTagsException

---

[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)
