Skip to content

Get plugin ecosystem enablement

GET
/plugins/settings
curl --request GET \
--url https://example.com/api/v1/plugins/settings

Returns the global UI-backed master switch for the plugin ecosystem. Default is off. Navigation remains available regardless of this flag.

Current plugin ecosystem enablement

Media typeapplication/json

Global plugin-ecosystem enablement (UI-backed master switch; default off).

object
pluginsEnabled
required

When false, plugin management/reload/observe are hard no-ops. Nav remains visible.

boolean
Examplegenerated
{
"pluginsEnabled": true
}

Failed to read plugin settings

Media typeapplication/json
object
code
required

Stable management failure code; raw filesystem/database diagnostics are never returned.

string
Allowed values: invalid_identity plugins_disabled plugin_not_found internal_error
error
required
string
Example
{
"code": "invalid_identity"
}