Disable Plugin
Enables/disables plug-in.
In a clustered setup this may not function properly. Use the ControlCenter's API instead - https://localhost:8283/vco-controlcenter/docs/#/plugin-controller.
Request
URI
PUT
https://{api_host}/vco/api/plugins/{pluginName}/state
COPY
Path Parameters
string
pluginName
Required
pluginName
Request Body
state-context of type(s) application/json
Required
{
"enabled": false
}
boolean
enabled
Optional
enabled
Responses
204
No content
Operation doesn't return any data structure
400
Request is not valid (validation error)
Operation doesn't return any data structure
401
User is not authenticated
Operation doesn't return any data structure
403
User is not authorized
Operation doesn't return any data structure
Deprecated Operations
PUT
Disable Plugin
GET
Export Plugin
POST
Import Plugin
POST
Install Plugin Dynamically
GET
List All Plugins