Command reference
The editor in Neo4j Browser understands a few client-side commands, which begin with a colon (:).
Browser commands
| Command | Description | ||
|---|---|---|---|
|
Send the Cypher query in an auto-commit transaction.
|
||
|
Remove all frames from the stream. |
||
|
Show the configuration settings. |
||
|
Set one configuration setting. |
||
|
Reset the configuration settings to the default configuration. |
||
|
Reset the configuration settings to default and then set the key-value pairs. |
||
|
Show databases available for the current user. |
||
|
REST command, send an HTTP DELETE request. |
||
|
REST command, send an HTTP GET request. |
||
|
Show the guide drawer. The guide drawer contains interactive Neo4j Browser guides for learning concepts and tools with Neo4j. |
||
|
Show the guide drawer with a specific Neo4j Browser guide.
The name can be specified with or without the Hyphen ( |
||
|
Show the guide drawer with a custom Neo4j Browser guide from the specified URL.
|
||
|
Display help about topics and commands. |
||
|
REST command, send an HTTP HEAD request. |
||
|
Display Neo4j Browser history of your executed commands. |
||
|
Remove all commands from Neo4j Browser history. |
||
|
REST command, send an HTTP PUT request. |
||
|
Play Neo4j Browser guides. |
||
|
Play a specific Neo4j Browser guide.
The name can be specified with or without the Hyphen ( |
||
|
Play a custom Neo4j Browser guide from the specified URL.
|
||
|
REST command, send an HTTP POST request. |
||
|
Set one parameter. |
||
|
Show all parameters. |
||
|
Remove all parameters. |
||
|
Remove all parameters and then set the parameters to the specified key-value pairs.
|
||
|
List your servers and clusters that are running queries. |
||
|
Show the current style configuration. |
||
|
Modify the visual aspects of your graph. |
||
|
Reset the style to the default styling. |
||
|
Change password. |
||
|
Manage a connection to Neo4j. |
||
|
Disconnect the currently open connection to Neo4j. |
||
|
Show metadata for the currently open connection. |
||
|
Show information about database schema indexes and constraints. |
||
|
Show information about Store Size, Id Allocation, Page Cache, Transactions, and Databases. |
||
|
Set the database to query by default (the default database is set to
|
Help commands
List of help commands available.
-
:help bolt -
:help bolt-encryption -
:help bolt-routing -
:help clear -
:help commands -
:help contains -
:help create -
:help create-index -
:help create-unique -
:help cypher -
:help delete -
:help detach-delete -
:help ends-with -
:help explain -
:help foreach -
:help history -
:help history clear -
:help keys -
:help load csv -
:help match -
:help merge -
:help param -
:help params -
:help play -
:help profile -
:help queries -
:help rest -
:help rest-delete -
:help rest-get -
:help rest-post -
:help rest-put -
:help return -
:help server -
:help server-user -
:help set -
:help start -
:help starts-with -
:help unwind -
:help where -
:help with