# plugin ## Get all plugins - [GET /plugin](https://help-api.delphix.com/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/plugin/getallplugins.md): Get a detailed list of all installed plugins ## Install plugin - [POST /plugin](https://help-api.delphix.com/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/plugin/createplugin.md): Install an uploaded plugin file onto the system ## Get plugin detail by pluginId - [GET /plugin/{pluginId}](https://help-api.delphix.com/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/plugin/getplugin.md): Get detailed information about an installed plugin by pluginId ## Update plugin - [PUT /plugin/{pluginId}](https://help-api.delphix.com/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/plugin/updateplugin.md): Update an installed plugin to use the uploaded JAR file. The new plugin must contain all components delivered by the previous version. ## Delete plugin - [DELETE /plugin/{pluginId}](https://help-api.delphix.com/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/plugin/deleteplugin.md): Delete an installed plugin.