New to balena: deploy previous release

Hi!
How can I deploy to devices an old release? I mean, how to change “current” release choosing one from those previously uploaded.

Thanks so much.

Hey, check out our staged release feature, you can use it via the SDK: https://www.balena.io/docs/reference/sdk/node-sdk/#balena.models.application.pinToRelease / https://www.balena.io/docs/reference/sdk/node-sdk/#balena.models.device.pinToRelease or via bash scripts: https://github.com/balena-io-projects/staged-releases and it will allow you to target your entire application to a particular release (you will probably want to disable auto-tracking of latest releases in that case) or point individual devices to specific releases, overriding the app level release.