Skip to content

neptune clear: Clearing junk metadata manually#

If there is metadata that has already been synchronized with the Neptune servers or trashed, you can manually clear the junk data from local storage (the .neptune folder) with the neptune clear CLI command.

Command syntax: neptune clear [OPTIONS] [ARGUMENTS]

Options             Description
--path <location> Path to a directory containing a .neptune folder.
--help Show command usage and exits.

Examples#

Clear Neptune metadata junk from the current directory:

neptune clear

Clear junk from the given path:

neptune clear --path PATH_TO_DIRECTORY

Access help and examples:

neptune clear --help

neptune-notebooks incompatibility

The command doesn't work together with the Neptune-Jupyter extension (neptune-notebooks).

To use the command, you must uninstall neptune-notebooks first.