How to update a device configuration across multiple devices?

I’d like to change a configuration value and have it update across multiple devices. From the web UI, it looks like I can only change the configuration on one device at a time. Is there a way to do this similar to how I can deploy a release across a group of devices?

Hi @jeru,

Thanks for reaching out. As far as I know, this is not directly supported via the web UI. The closest thing would be to call the API (Mender API docs) repeatedly for each device. This way the logs are also accordingly maintained.

Greetz,
Josef

1 Like