

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# エンドポイントを管理する
<a name="bedrock-marketplace-manage-your-endpoints"></a>

Amazon Bedrock Marketplace モデルのエンドポイントは、以下の方法で表示および管理できます。
+ インスタンスの数またはインスタンスタイプの編集
+ タグの変更
+ エンドポイントの削除

SageMaker AI から作成した Amazon Bedrock Marketplace モデルのエンドポイントを登録および登録解除することもできます。

**エンドポイントを管理するには**

1. Amazon Bedrock アクセス許可を持つ IAM ロール AWS マネジメントコンソール を使用して にサインインします。

1. 検索バーで「Amazon Bedrock」を指定し、ドロップダウンリストから **[Amazon Bedrock]** を選択します。

1. **[基盤モデル]** で、**[Marketplace へのデプロイ]** をクリックします。

1. **[アクション]** バーから**[登録]**、**[編集]**、または **[削除]** を選択します。

1. その他の詳細を表示するには、エンドポイントを選択します。

次の AWS Command Line Interface コマンドを使用して、エンドポイントを削除できます。

```
aws bedrock delete-marketplace-model-endpoint --endpoint-arn "arn:aws:sagemaker:region:111122223333:endpoint/example-endpoint"
```

上記のコマンドはレスポンスを返しません。

次の AWS Command Line Interface コマンドを使用してエンドポイントを更新できます。

```
aws bedrock update-marketplace-model-endpoint --endpoint-config "{\"sageMaker\":{\"initialInstanceCount\":2,\"instanceType\":\"ml.g5.xlarge\",\"executionRole\":\"arn:aws:iam::111122223333:role/service-role/example-sagemaker-service-role\"}}" --endpoint-arn "arn:aws:sagemaker:region:account-number:endpoint/example-endpoint-name"
```

**注記**  
`CreateMarketplaceModelEndpoint` オペレーション、`RegisterMarketplaceModelEndpoint` オペレーション、`UpdateMarketplaceModelEndpoint` オペレーションのレスポンスは同じです。