Versions
Managing Versions
Editing, deleting, and browsing versions in your rollout.
This guide covers how to browse your version list, edit version metadata, understand version statuses, and delete versions.
Version List Page
The version list shows all versions for a rollout, located at:
/beta/rollouts/{askId}/{rolloutName}/versions
Navigate here from the rollout’s checklist page by clicking “Versions” in the navigation.

The version list showing multiple versions at different pipeline stages
What the List Shows
Each version in the list displays:
- Version number (e.g., 1.2.6)
- Platform (iOS or Android)
- Status badge (Draft, In Progress, Completed, Rejected)
- Current pipeline stage
- Creation date
Actions
- Click a version to open its pipeline view (Version Details page)
- “Create Version” button (top-right) to start a new release
Version Statuses
| Status | Meaning | Typical Situation |
|---|---|---|
| Draft | Version was just created | In the Release Candidate stage, before an artifact is selected |
| In Progress | Actively moving through the pipeline | Working through Testing, Approvals, or App Store Review |
| Completed | Released to production | App is live on the App Store |
| Rejected | Rejected during approvals or review | An approver rejected, or Apple rejected the App Store review |
Editing Version Metadata
You can update a version’s metadata at any time using the Version Configure page.
-
Open the version's pipeline view
Click on the version from the version list to open the Version Details page.
-
Click Configuration
Click the “Configuration” button in the top-right corner of the page header.

The Version Configure page with editable metadata fields
-
Edit the metadata fields
Field Description What’s New Release notes visible to end users in the app store Release Description Internal description for your team Target Release Date When you aim to release this version Version Application Name The app name for this specific version -
Save or discard changes
- Save (top-right) — Saves your edits
- Discard (top-right) — Reverts to the last saved state
Deleting a Version
Versions can be deleted from the Version Configure page.
-
Open the Version Configure page
Navigate to the version and click “Configuration” in the header.
-
Scroll to the Danger Zone
At the bottom of the page, find the Danger Zone section.
-
Click Delete Version
Click the “Delete Version” button (red).
-
Confirm deletion
A confirmation dialog appears. Type the version number to confirm, then click Confirm.

The delete version confirmation dialog
Multiple Versions
You can have multiple versions for the same rollout, each at different stages. This lets you manage overlapping releases — for example, working on a feature release while also pushing a hotfix.
What’s Next
- Create Version — How to create a new version
- Pipeline Overview — Understanding the pipeline stages
- Settings — Rollout-level configuration