Delete a model card - Amazon SageMaker AI
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

Delete a model card

Follow these steps to permanently delete one or more model cards.

  1. Go to the Amazon SageMaker Model Cards console.

  2. Check the box to the left of the name of the card(s) you want to delete.

  3. Choose Delete in the upper right-hand corner.

  4. Confirm your request to permanently delete one or more cards..

You can also delete a model card when viewing the model card overview in the console by choosing Actions and then Delete model card.

Within the SageMaker Python SDK, you can permanently delete a model card with the following command:

my_card.delete()