Skip to main content Skip to complementary content

Shutdown the Qlik engine

Overview

Shutdown the Qlik engine, while working in a local installation of Qlik Sense, by using the ShutdownProcess method.

Example

The goal is to shutdown the Qlik engine. The handle of the request is -1 because the ShutdownProcess method applies at the global level.

The client sends:

{ "jsonrpc": "2.0", "id": 1, "method": "ShutdownProcess", "handle": -1, "params": [] }

The engine returns:

{ "jsonrpc": "2.0", "id": 1, "result": {} }

The engine is stopped.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!