Plugin Listing
List Plugins
Retrieve a paginated list of plugins with filtering options.Page number. Default is 0.
Size number. Default is 0.
Keyword of plugin name or description
Whether the plugin is enabled
Label selector. e.g.: hidden!=true
Field selector. e.g.: metadata.name==halo
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Array of plugin objects
Current page number
Size of each page
Total number of plugins
Total number of pages
Plugin Installation
Install Plugin (File Upload)
Install a plugin by uploading a JAR file.The installed plugin object
Plugin identifier
Display name of the plugin
Plugin version
Whether the plugin is enabled
Install Plugin from URI
Install a plugin from a remote URL.URL of the plugin JAR file to install
The installed plugin object
Plugin State Management
Change Plugin Running State
Start or stop a plugin.Plugin name
Set to
true to start the plugin, false to stop itThe updated plugin object
Reload Plugin
Reload a plugin by name.Plugin name to reload
The reloaded plugin object
Plugin Configuration
Fetch Plugin Setting
Retrieve the setting schema for a plugin.Plugin name
The plugin setting schema
Fetch Plugin Config
Retrieve the current configuration values for a plugin.Plugin name
JSON configuration object for the plugin
Update Plugin Config
Update the configuration of a plugin.Plugin name
Configuration object with key-value pairs
Reset Plugin Config
Reset the plugin configuration to default values.Plugin name
The reset configuration object
Plugin Upgrades
Upgrade Plugin (File Upload)
Upgrade a plugin by uploading a new JAR file.Plugin name to upgrade
Upgrade Plugin from URI
Upgrade a plugin from a remote URL.Plugin name to upgrade
URL of the new plugin version JAR file
The upgraded plugin object
Plugin Assets
Fetch CSS Bundle
Merge all CSS bundles of enabled plugins into one.Merged CSS content from all enabled plugins
Fetch JS Bundle
Merge all JavaScript bundles of enabled plugins into one.Merged JavaScript content from all enabled plugins