Cancel the reload of an app
Last updated: 9/3/2026
Cancel an ongoing reload by using the CancelReload method.
Example
The goal of this example is to cancel the reload of an app. The handle of the request is -1 because the CancelReload method applies at global level.
The client sends:
{
"jsonrpc": "2.0",
"id": 4,
"method": "CancelReload",
"handle": -1,
"params": []
}
The engine returns:
{
"jsonrpc": "2.0",
"id": 4,
"result": {}
}
The app is canceled.