Skip to main content
Infrastructure/Agents

UpdatePluginConfig

Update the runtime configuration for an installed plugin on an agent

PUT/api/v1/agents/{agentId}/plugins/{pluginId}/config

Operation ID

UpdatePluginConfig

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

application/json

Path Parameters

  • agentId
    StringRequired

    UUID of the agent running the plugin

  • pluginId
    StringRequired

    Unique identifier of the plugin to reconfigure

Body Fields

  • config
    LinkedHashMapRequired

    Configuration data as key-value pairs

    Example: (nested object)

Responses

200 OK
200 OK

On success, this API returns an empty JSON object {}.