Start Livestack

GET /livestack/start

Starts Livestack, requires Livestack >= v1.0.0.9. Note that this method cannot fail, even if the livestack plugin is not installed or something went wrong. This simply issues a command to start the livestack.

Responses

GET /livestack/start
curl \
 --request GET 'http://localhost:1888/v2/api/livestack/start'
Response examples (200)
{
  "Response": "Live stack started",
  "Error": "string",
  "StatusCode": 200,
  "Success": true,
  "Type": "API"
}
Response examples (500)
{
  "Response": "string",
  "Error": "Unknown error",
  "StatusCode": 500,
  "Success": false,
  "Type": "API"
}