# Plugin-Based Features

The plugin-based features module for WHM API 1.

## Check if a plugin feature is ready for use

 - [GET /EcosystemFeatures/is_ready](https://api.docs.cpanel.net/specifications/whm.openapi/plugin-based-features/is_ready.md): This function checks if a plugin-based feature is installed and ready for use on the server.

## Disable feature locally

 - [GET /EcosystemFeatures/local_disable](https://api.docs.cpanel.net/specifications/whm.openapi/plugin-based-features/local_disable.md): This function allows you to locally disable a plugin-based feature.
Only WHM users with root-level privileges can run this function.

## Enable feature locally

 - [GET /EcosystemFeatures/local_enable](https://api.docs.cpanel.net/specifications/whm.openapi/plugin-based-features/local_enable.md): This function allows you to locally enable a plugin-based feature.
Only WHM users with root-level privileges can run this function.

