Infrastructure/Agents
PUTAgentSince 1.0SynchronousAuth Required
UpdatePluginConfig
Update the runtime configuration for an installed plugin on an agent
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
agentIdStringRequiredUUID of the agent running the plugin
pluginIdStringRequiredUnique identifier of the plugin to reconfigure
Body Fields
configLinkedHashMapRequiredConfiguration data as key-value pairs
Example: (nested object)
Responses
Endpoint
PUT/api/v1/agents/{agentId}/plugins/{pluginId}/config
/api/v1/agents/{agentId}/plugins/{pluginId}/config
Request Example
curl -X PUT '{host}/api/v1/agents/{agentId}/plugins/{pluginId}/config' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"config":"(nested object)"}'
Response Example
200{}Change History
This API has no change history records yet.
