Much appreciated. The main reason we specifically want to reuse the same UUID is to assign the same environment/service variables to the device, which don’t get stored in the config.json
file - on-device settings like wifi and things aren’t a big concern for us. Unfortunately, there’s no way to do that and no way to copy or clone an individual device configuration in the dashboard. I think the easiest way may be to use balena envs
or the Python API to pull all of the settings and push them to the new device.