Delete a model deployment
You can delete your model deployments from the Amazon SageMaker Canvas application. This action also deletes the endpoint from the SageMaker AI console and shuts down any endpoint-related resources.
Note
Optionally, you can delete your endpoint through the SageMaker AI consoleDeleteEndpoint
API. For more information, see Delete Endpoints and Resources. However, when you delete
the endpoint through the SageMaker AI console or APIs instead of the Canvas application,
the list of deployments in Canvas isn’t automatically updated. You must also
delete the deployment from the Canvas application to remove it from the
list.
To delete a deployment in Canvas, do the following:
-
Open the SageMaker Canvas application.
-
In the left navigation panel, choose ML Ops.
-
Choose the Deployments tab.
-
From the list of deployments, choose the one that you want to delete.
-
At the top of the deployment details page, choose the More options icon ( ).
-
Choose Delete deployment.
-
In the Delete deployment dialog box, choose Delete.
Your deployment and SageMaker AI Hosting endpoint should now be deleted from both Canvas and the SageMaker AI console.