A RESTful browser for eXist Java-Based Function Modules


http://exist-db.org/xquery/system
A module for retrieving information about eXist and the system.

system:shutdown($delay as xs:long) empty()
Shutdown eXist. This method is only available to the DBA role.
$delayThe delay in milliseconds before eXist starts to shutdown.

system:shutdown() empty()
Shutdown eXist immediately. This method is only available to the DBA role.
Return to list of all modules