This function cancels a scan that you start with the WordPressInstanceManager::start_scan
function.
Note:
You must install the WordPress Manager cPanel plugin to access this API function.
uapi --output=jsonpretty \ --user=username \ WordPressInstanceManager \ cancel_scan
{- "apiversion": 3,
- "func": "cancel_scan",
- "module": "WordPressInstanceManager",
- "result": {
- "data": 0,
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}