
MarkLogic 12 Product Documentation
dbg:detachdbg:detach(
   $request-id as xs:unsignedLong
) as empty-sequence()
Summary
  Detach from a stopped request.  All breakpoints set will be
  cancelled and the request will continue evaluating.
	  
	  
	
	  
	    | Parameters | 
	  
	
	  
	    | request-id | 
	    
    A request ID.
   | 
	  
	
Required Privileges
  http://marklogic.com/xdmp/privileges/debug-my-requests or
  http://marklogic.com/xdmp/privileges/debug-any-requests
Example
  dbg:detach(204928402983)
  => ()
  
    Copyright © 2025 MarkLogic Corporation. MARKLOGIC is a
    registered trademark of MarkLogic Corporation.