Administrative and configuration operations make it possible to check Dgraph statistics, and enable or disable diagnostic flags without having to stop a running Dgraph. This section lists the supported administrative and configuration URLs, describes the functions of each URL, and defines the syntax of those URLs.
Queries to these URLs are handled in the Dgraph's request queue like any other request—that is, they are handled on a first-come, first-served basis. They are also reported in the Dgraph request log like any other request.
For administrative operations, the syntax is:
http://<host>:<port>/admin/<dstore>?op=<supported-operation>
For configuration operations, the syntax is:
http://<host>:<port>/config/<dstore>?op=<supported-operation>