1
0
Fork 0
arangodb/Documentation/DocuBlocks/Rest/Administration/delete_api_shutdown.md

17 lines
377 B
Markdown

@startDocuBlock delete_api_shutdown
@brief initiates the shutdown sequence
@RESTHEADER{DELETE /_admin/shutdown, Initiate shutdown sequence}
@RESTDESCRIPTION
This call initiates a clean shutdown sequence. Requires administrive privileges
@RESTRETURNCODES
@RESTRETURNCODE{200}
is returned in all cases, `OK` will be returned in the result buffer on success.
@endDocuBlock