xdmp.restart( hostIDs as (Number|String)[], reason as String ) as null
Restart servers on hosts.
Parameters | |
---|---|
hostIDs | A sequence of host IDs, or empty sequence for the local host. |
reason | Prepositional phrase describing the reason to restart. |
http://marklogic.com/xdmp/privileges/xdmp-restart
xdmp.restart
call is not guaranteed to run after the host
restarts. If you need to verify that the host was restarted, you can
compare the value of
lastStartup
from
xdmp.hostStatus
before and after the restart.
xdmp.restart(null, "to reload server.xml");