Move Application to another Tenant

Hi,
ist it possible (maybe using the API) to move an application with all its devices to another tenant?

1 Like

Not really, because that would imply also moving all device-profiles used by these devices to the other tenant. And these device-profiles might be used by devices under other applications that you don’t want to move…

I see. Make sense, but what would be the solution to do it anyway?

ChirpStack does not provide a way to do this, but in case you still want to do it, you could update the tenant_id column of the application table record to the new tenant. But please make sure that you also update the tenant_id of the device_profile records related to these devices.

1 Like