Removing managed tiered checkpointing - 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.

Removing managed tiered checkpointing

This section explains how to disable managed tiered checkpointing when you no longer need it.

To disable managed tiered checkpointing, use the update-cluster AWS CLI to update your cluster configuration:

aws sagemaker update-cluster \ --cluster-name cluster-name \ --tiered-storage-config '{ "Mode": "Disable" }'

This removes the memory management daemon from your cluster. The daemon is implemented as a standard Kubernetes DaemonSet and follows standard Kubernetes lifecycle management.