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