Plugin-Based Features
Enable feature locally
This function allows you to locally enable a plugin-based feature. Only WHM users with root-level privileges can run this function.
get/EcosystemFeatures/local_enable
Query parameters
plugin'cpanel-monitoring-plugin' | 'cpanel-nova-plugin' required
Example:cpanel-monitoring-plugin
The plugin-based feature's name in the local /var/cpanel/plugins/ directory.
Important: You can only use this function to enable the following features:
- <a href="https://go.cpanel.net/plugins-server-monitoring" target="_blank">Server Monitoring (Powered by 360 Monitoring)</a>.
- WebPros AI Application Builder for cPanel.
namespace'Whostmgr'
Example:Whostmgr
A filter that allows you to show plugin-based features for a specific interface.
- Whostmgr - A WHM plugin-based feature.
- Cpanel - A cPanel plugin-based feature.
Response
HTTP Request was successful.
Example response
{
"metadata": {
"command": "local_enable",
"reason": "OK",
"result": 1,
"version": 1
}
}