Reset feature to follow WebPros default

This function allows you to reset the local server availability settings for a plugin-based feature to the cPanel & WHM default. The feature will follow the rules set in the plugin instead. Only WHM users with root-level permissions can reset plugin-based features this way.

SecurityBasicAuth
Request
query Parameters
plugin
required
string

The plugin name from the local plugins folder.

Important: You can only reset the following feature:

  • Sitejet Builder for cPanel - BETA AI Builder.
Value: "cpanel-sitejet-plugin-beta"
Example: plugin=cpanel-sitejet-plugin-beta
namespace
string
Default: "Whostmgr"

The optional namespace name.

Enum: "Whostmgr" "Cpanel"
Example: namespace=Whostmgr
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
get/local_reset
Request samples
whmapi1 --output=jsonpretty \
  EcosystemFeatures/local_reset \
  plugin='cpanel-monitoring-plugin'
  namespace='Whostmgr'
Response samples
application/json
{
  • "metadata": {
    • "command": "local_reset",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}