Reload Configuration
infobroker_reload_configReload configuration from the config file to apply provider, rate-limit, and knowledge-base changes without restarting. Preserves active connections and returns a status envelope.
Instructions
Re-read the configuration file and apply provider, rate-limit, and knowledge-base changes without restarting; active connections are preserved. Use when you have edited config.json or config.local.json and want the changes applied immediately. Do NOT use to inspect configuration or provider state (use infobroker_inspect_providers). The tool takes no arguments: the configuration source is fixed at startup (INFOBROKER_CONFIG, merged with config.local.json), and this call simply re-reads it from disk. If the new configuration is invalid, the previous configuration stays active and an error is returned. Returns a JSON envelope prefixed [OK] or [ERROR].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||