Neo4j CLI commands
Describes the Neo4j database server CLI commands.
Syntax and commands
Syntax
Neo4j database server CLI commands are located in the bin directory, and are invoked as:
neo4j <command>
Available commands
Command | Description |
---|---|
|
Start server in console. |
|
Start server as a daemon. |
|
Stop the server daemon. |
|
Restart the server daemon. |
|
Get the status of the server. |
|
Print version information and exit. |
|
Display help information about the specified command. For example, running Usage: Neo4j start [--expand-commands] [--verbose] Start server as a daemon. --expand-commands Allow command expansion in config value evaluation. --verbose Prints additional information. |
Command expansion can be enabled by adding a customised script to the neo4j.conf file, and then including the For more information, see Command expansion. |
Was this page helpful?