Removing managed tiered checkpointing - Amazon SageMaker AI
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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.