Stop Livestack

GET /livestack/stop

Stops 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 stop the livestack.

Responses

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