3

How could I restart the Neo4J database using the cypher-shell?

Do you Know if exist a command?

raf
  • 137
  • 2
  • 12

1 Answers1

3

The answer is: you can't restart Neo4j through cypher.

What your options are if you use Neo4j as a Service:

  • Windows aka (cd to the right directory) neo4j restart
  • Linux aka systemctl restart neo4j
Davy de Vries
  • 4,578
  • 2
  • 14
  • 29