How could I restart the Neo4J database using the cypher-shell?
Do you Know if exist a command?
The answer is: you can't restart Neo4j through cypher.
What your options are if you use Neo4j as a Service:
neo4j restart
systemctl restart neo4j