update_config
Update an existing Telegraf configuration by providing its UUID and optionally changing name, TOML, labels, or description.
Instructions
Update an existing Telegraf configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name for the configuration | |
| toml | No | Updated TOML configuration | |
| labels | No | Updated comma-separated labels | |
| config_id | Yes | The UUID of the configuration to update | |
| description | No | Updated description |