[null,null,["Last updated 2020-10-01 UTC."],[],[],null,["# tf.train.remove_checkpoint\n\n\u003cbr /\u003e\n\n|----------------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v1.15.0/tensorflow/python/training/checkpoint_management.py#L442-L467) |\n\nRemoves a checkpoint given by `checkpoint_prefix`. (deprecated)\n\n#### View aliases\n\n\n**Compat aliases for migration**\n\nSee\n[Migration guide](https://www.tensorflow.org/guide/migrate) for\nmore details.\n\n[`tf.compat.v1.train.remove_checkpoint`](/api_docs/python/tf/compat/v1/train/remove_checkpoint)\n\n\u003cbr /\u003e\n\n tf.train.remove_checkpoint(\n checkpoint_prefix, checkpoint_format_version=tf.train.SaverDef.V2,\n meta_graph_suffix='meta'\n )\n\n| **Warning:** THIS FUNCTION IS DEPRECATED. It will be removed in a future version. Instructions for updating: Use standard file APIs to delete files with this prefix.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|-----------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `checkpoint_prefix` | The prefix of a V1 or V2 checkpoint. Typically the result of [`Saver.save()`](../../tf/train/Saver#save) or that of [`tf.train.latest_checkpoint()`](../../tf/train/latest_checkpoint), regardless of sharded/non-sharded or V1/V2. |\n| `checkpoint_format_version` | [`SaverDef.CheckpointFormatVersion`](../../tf/train/SaverDef#CheckpointFormatVersion), defaults to [`SaverDef.V2`](../../tf/train/SaverDef#V2). |\n| `meta_graph_suffix` | Suffix for `MetaGraphDef` file. Defaults to 'meta'. |\n\n\u003cbr /\u003e"]]