v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14108906717.7 KB

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

post/model-copy-jobs

Request body

sourceModelArnstring required

The Amazon Resource Name (ARN) of the model to be copied.

targetModelNamestring required

A name for the copied model.

modelKmsKeyIdstring

The ARN of the KMS key that you use to encrypt the model copy.

clientRequestTokenstring

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

Success

jobArnstring required

The Amazon Resource Name (ARN) of the model copy job.