Delete a serverless endpoint
You can delete your serverless endpoint using the SageMaker AI console
To delete an endpoint (using API)
The following example uses the AWS SDK for Python (Boto3)EndpointName
, use the name of the serverless
endpoint you want to delete.
response = client.delete_endpoint( EndpointName="
<your-endpoint-name>
", )
To delete an endpoint (using the console)
-
Sign in to the Amazon SageMaker AI console
. -
In the navigation tab, choose Inference.
-
Next, choose Endpoints.
-
From the list of endpoints, select the endpoint you want to delete.
-
Choose the Actions drop-down list, and then choose Delete.
-
When prompted again, choose Delete.
Your endpoint should now begin the deletion process.