This function quits the ASCII Command Line Interface (CLI).

This function has no parameters.


Example:

API Call:

quit

JSON Response:

{
"data":null,
"description":"Bye!",
"status":"SUCCESS"
}

The JSON response contains the following details:

  • data – Nothing to parse for this command
  • description – Describes the result of parsing/executing the command
  • status – SUCCESS if the command was parsed and executed successfully, FAIL if not