Skip to main content
Framed content
Releases are located in the Releases page of the dashboard.

Create a release

To create a release, click the New Release button in the top-right and enter a version.
The version must be a semantic version. See the release properties for more information.
Click Next, then select the config schemas to include in the release.
If you don’t have any config types or schemas to choose from, first create a config type, then create a schema.
Only one config schema per config type can be included in a release. By default, the latest schema for each config type is chosen. To select a different version, click the dropdown for the config type and select the desired version. To view the schema’s content and metadata, hover over the schema and click the View button.
Once you’re satisfied with the selected schemas, hit Create.

View a release

Dashboard To view a release and its schemas, click into the release from the releases page and switch to the Overview tab at the top.
Server-Side API To retrieve a release programmatically, use the get release endpoint »

Delete a release

Deleting a release is only possible if no deployments have been delivered to any device with that release. Otherwise, the release cannot be deleted. To delete a release, click the ellipses (…) on the release you want to delete and hit Delete.
A confirmation dialog will appear. Hit Delete to confirm the deletion.