Loading TOC...

xdmp.shutdown

xdmp.shutdown(
   hostIDs as (Number|String)[],
   reason as String,
   [failover as Boolean]
) as null

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.
failover True if other hosts in the cluster should take over the replica forests. False if not specified.

Required Privileges

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

Example

xdmp.shutdown(null, "for software upgrade", true);

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.