

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 管理端點
<a name="bedrock-marketplace-manage-your-endpoints"></a>

您可以使用下列方式檢視和管理 Amazon Bedrock 市集模型端點：
+ 編輯執行個體數量或執行個體類型
+ 變更標籤
+ 刪除端點

您也可以註冊和取消註冊從 SageMaker AI 建立的 Amazon Bedrock 市集模型的端點。

**管理端點**

1.  AWS 管理主控台 使用具有 Amazon Bedrock 許可的 IAM 角色登入 。

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` 操作的回應都是相同的。