GPUdb.admin_offline( offline = None, options = {} )
Take the system offline. When the system is offline, no user operations can be performed with the exception of a system shutdown.
Input Parameter Description
Name | Type | Description |
---|---|---|
offline | bool | Set to true if desired state is offline. The allowed values are:
|
options | dict of str | Optional parameters. Default value is an empty dict ( {} ). |
Output Parameter Description
Name | Type | Description |
---|---|---|
is_offline | bool | Returns true if the system is offline, or false otherwise. |