Checking synchronization status
How to use Neptune CLI to check the synchronization status.
To check the status of synchronized and unsynchronized runs, you can list them with theneptune statusCLIcommand.
Command syntax:neptunestatus[OPTION][ARGUMENT]
List synchronized and unsynchronized objects in the given directory.
Trashed objects are not listed.
| Options | Description |
|---|---|
| --path |
Path to a directory containing a.neptunefolder. |
| --help | Show command usage and exits. |
List unsynchronized runs in the current directory:
neptune status
List unsynchronized runs in the given path:
neptune status --path PATH_TO_DIRECTORY
Access status command help and examples:
neptune status --help
neptune-notebooks incompatibility
The command doesn't work together with theNeptune-Jupyter extension(neptune-notebooks).
To use the command, you must uninstall neptune-notebooks first.
Related Documentation
This page is originally sourced from the legacy docs.