Skip to main content
admin_shutdown(exit_type=None, authorization=None, options=)[source]

Exits the database server application.

Parameters

exit_type (str) –

Reserved for future use. User can pass an empty string.

authorization (str) –

No longer used. User can pass an empty string.

options (dict of str to str) –

Optional parameters. The default value is an empty dict ( ).

Returns

A dict with the following entries–

exit_status (str) –

‘OK’ upon (right before) successful exit.

info (dict of str to str) –

Additional information.