<?xml version="1.0" encoding="UTF-8"?><api:function-page xml:base="/apidoc/8.0/xdmp.databaseBackupCancel.xml" generated="2015-10-07T16:36:00.016766-07:00" mode="javascript" xmlns:api="http://marklogic.com/rundmc/api"><api:function-name>xdmp.databaseBackupCancel</api:function-name><api:suggest>xdmp.databasebackupcancel</api:suggest><api:suggest>xdmp</api:suggest><api:suggest>databasebackupcancel</api:suggest><api:function-link mode="xquery" fullname="xdmp:database-backup-cancel">/apidoc/8.0/xdmp:database-backup-cancel.xml</api:function-link><api:function mode="javascript" name="databaseBackupCancel" type="builtin" lib="xdmp" category="AdminBuiltins" hidden="false" bucket="MarkLogic Built-In Functions" prefix="xdmp" namespace="http://marklogic.com/xdmp" fullname="xdmp.databaseBackupCancel"><api:summary>
  Cancels an outstanding backup job with the specified job ID, returning
  true if the cancel operation is successful, false if the cancel operation
  is not successful. The <code xmlns="http://www.w3.org/1999/xhtml">xdmp:database-backup-cancel</code> function
  must be run on the host in which the backup was initiated.
</api:summary><api:params><api:param name="jobid" type="xs:unsignedLong"><api:param-description>
    A backup job ID.  You can find the job IDs for running backups by calling
    <a href="./xdmp:host-status" xmlns="http://www.w3.org/1999/xhtml"><code>xdmp:host-status</code></a>
    and looking in the <code xmlns="http://www.w3.org/1999/xhtml">&lt;host-status:backup-jobs&gt;</code> element
    (where the <code xmlns="http://www.w3.org/1999/xhtml">host-status</code> prefix is bound to the
    <code xmlns="http://www.w3.org/1999/xhtml">http://marklogic.com/xdmp/status/host</code> namespace).
  </api:param-description><api:param-name>jobid</api:param-name><api:param-type>String</api:param-type></api:param></api:params><api:return>Boolean</api:return><api:privilege>
  <p xmlns="http://www.w3.org/1999/xhtml"><code>http://marklogic.com/xdmp/privileges/xdmp-database-backup-cancel</code></p>
</api:privilege><api:example class="javascript"><pre xml:space="preserve" xmlns="http://www.w3.org/1999/xhtml">
xdmp.databaseBackupCancel(3303087797980181348)
=&gt; true
</pre></api:example></api:function></api:function-page>