Syntax of administrative operations

Administrative operations use the following syntax.

http://<host>:<port>/endeca-server/admin/<data_domain>?op=<operation> 
Where:

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 example:
http://127.0.0.1:7001/endeca-server/admin/books?op=merge
Note: If you are using HTTPS mode, use https in the URL.