Persist
Saves documents in the index to disk, so that they are still available after you restart the server.
Use this action to save your graph if you have indexed documents by using the IndexDocs action and the Persist action parameter set to false
.
Example
http://12.3.4.56:10300/action=Persist
This action saves your graph to disk, including any edges and nodes from newly indexed documents.