xdmp:stop-journal-archiving

xdmp:stop-journal-archiving(
   $forestIDs as xs:unsignedLong*
) as empty-sequence()

Summary

Stops journal archiving to the specified list of forests.

Parameters
forestIDs A sequence of forest IDs.

Required Privileges

This operation requires at least one of the following privileges:

http://marklogic.com/xdmp/privileges/xdmp-database-backup

http://marklogic.com/xdmp/privileges/xdmp-database-backup/database/{id}

Example

xdmp:stop-journal-archiving(
  xdmp:database-forests(xdmp:database("Documents")))
Powered by MarkLogic Server | Terms of Use | Privacy Policy