This function allows you to locally disable a plugin-based feature,
even if cPanel & WHM has enabled it for your hosting provider by
default. Only WHM users with root
-level permissions can
locally disable plugin-based features this way.
plugin required | string The plugin name from the local Important: Right now, you can only use this function to disable Server Monitoring (Powered by 360 Monitoring). Example: plugin=cpanel-monitoring-plugin |
HTTP Request was successful.
object |
whmapi1 --output=jsonpretty \ EcosystemFeatures/local_disable \ plugin='cpanel-monitoring-plugin'
{- "metadata": {
- "command": "local_disable",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}