

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

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

您可以通过以下方式查看和管理 Amazon Bedrock Marketplace 模型的端点：
+ 编辑实例数量或实例类型
+ 更改标签
+ 删除端点

您还可以注册和注销您通过 AI 创建的 Amazon Bedrock Marketplace 模型的终端节点。 SageMaker 

**管理端点**

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` 操作的响应是相同的。