content/telegraf/controller/configs/update.md
Update a configuration to change plugin settings, parameters, and agent-level options.
For agents to automatically recognize and load updates to their
configuration, include the --config-url-watch-interval with a duration value
that specifies how often the agent should check for updates—for example:
telegraf \
--config https://locahost:8888/api/configs/xxxxxx/toml \
--config-url-watch-interval 1h
In this example, the agent will check for configuration changes every hour and automatically reload the configuration if the configuration has been updated.