xdmp:shutdown

xdmp:shutdown(
   $hostIDs as xs:unsignedLong*,
   $reason as xs:string
) as empty-sequence()

Summary

Shutdown servers on hosts.

Parameters
hostIDs A sequence of host IDs, or empty sequence for the local host.
reason Prepositional phrase describing the reason to shutdown.

Required Privileges

http://marklogic.com/xdmp/privileges/xdmp-shutdown

Example

  xdmp:shutdown((), "for software upgrade")
Powered by MarkLogic Server | Terms of Use | Privacy Policy