

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# 서버리스 엔드포인트 삭제
<a name="serverless-endpoints-delete"></a>

[SageMaker AI 콘솔](https://console.aws.amazon.com/sagemaker/home), [DeleteEndpoint](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteEndpoint.html) API 또는 AWS CLI를 사용하여 서버리스 엔드포인트를 삭제할 수 있습니다. 다음 예시는 API와 SageMaker AI 콘솔을 통해 엔드포인트를 삭제하는 방법을 보여줍니다.

## 엔드포인트 삭제하기 (API 사용)
<a name="serverless-endpoints-delete-api"></a>

다음 예제에서는 [Python용AWS SDK (Boto3)](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html)를 사용하여 [DeleteEndpoint](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteEndpoint.html) API를 호출합니다. `EndpointName`의 경우 삭제할 서버리스 엔드포인트의 이름을 사용합니다.

```
response = client.delete_endpoint(
    EndpointName="{{<your-endpoint-name>}}",
)
```

## 엔드포인트 삭제하기 (콘솔 사용)
<a name="serverless-endpoints-delete-console"></a>

1. [Amazon SageMaker AI 콘솔](https://console.aws.amazon.com/sagemaker/home)에 로그인합니다.

1. 탐색 패널에서 **Inference**(추론)을 선택합니다.

1. 다음으로 **Endpoints**(엔드포인트)를 선택합니다.

1. 엔드포인트 목록에서 삭제할 엔드포인트를 선택합니다.

1. **Actions**(작업) 드롭다운 목록을 선택한 다음 **Delete**(삭제)를 선택합니다.

1. 확인 메시지가 다시 나타나면 **Delete**(삭제)를 선택합니다.

이제 엔드포인트가 삭제 프로세스를 시작합니다.