Skip to content

System POST

The Man edited this page Jan 23, 2022 · 1 revision

URL : /api/system/
Method : POST
Auth required : NO

Example Body

{
  "doReboot": true
}

Usage

This endpoint only accepts POST requests using the application/json content header.
Failure to provide this header will result in a 404 response.

Not all parameters must be supplied when POSTing to the endpoint.

Parameters

Below is a list of all parameters that can be presented in the request body:

doReboot

Executes a system reboot.

Payload

"doReboot": <bool>
  • doReboot (bool)
    • If set totrue, the system will reboot.
Clone this wiki locally