latestOpenAPI 3.0.2cPanel License2026-08-106251554.3 MB

3da41671c02c

Plugin-Based Features

Disable feature locally

This function allows you to locally disable a plugin-based feature. Only WHM users with root-level privileges can run this function.

get/EcosystemFeatures/local_disable

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 disable 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_disable",
    "reason": "OK",
    "result": 1,
    "version": 1
  }
}