Manage Rollout

Configuring Rollout Settings

Managing rollout settings, app store configuration, and Google Play setup.

Rollout settings control your rollout’s identity, repository connections, and platform-specific app store configurations. There are two settings pages: Rollout Settings (name and repository) and Global Settings (application info and app store configuration).

Rollout Settings Page

Navigate to your rollout and click “Settings” from the checklist page, or go to:

/beta/rollouts/{askId}/{rolloutName}/settings

Rename Your Rollout

  1. Update the rollout name

    In the “Edit Rollout Name” section, update the rollout name field. The preview shows what the final name will be (lowercase, hyphens replace special characters).

    Editing the rollout name
  2. Verify no conflicts

    The system checks that the new name doesn’t conflict with another rollout under the same ASK ID.

  3. Save or discard

    Click Save in the top-right corner to confirm, or Discard to cancel.

Repository Configuration

This section shows the repository connected to your rollout. You can add or update the repository connection from here.

Configuring the repository connection

Delete a Rollout

At the bottom of the settings page, the Danger Zone section includes a delete option.

  1. Click Delete Rollout

    Click the “Delete Rollout” button (red) in the Danger Zone.

  2. Confirm deletion

    A confirmation dialog appears. Type the rollout name exactly to confirm.

    Confirming the deletion of a rollout
  3. Delete

    Click Confirm to permanently delete the rollout and all associated data (versions, approvals, etc.).

Deleting a rollout cannot be undone. All versions, approvals, and configuration data will be permanently removed.

Global Settings Page

The Global Settings page has three tabs for configuring platform-specific details. Navigate to it from the checklist or directly at:

/beta/rollouts/{askId}/{rolloutName}/global-settings
The Global Settings page with three configuration tabs

Tab 1: Global

This tab shows your application’s information and organization details. Most fields on this tab are read-only because they are managed by the Immerse application registry.

Application Information (Read-Only)

FieldDescription
ASK IDYour application’s identifier
App NameShort application name
Application NameFull application name
Application DescriptionDescription of the application
Lifecycle StageCurrent lifecycle stage (e.g., Production)
CategoryApplication category
Software TypeType of software

Ownership & Organization (Read-Only)

FieldDescription
Service OwnerName of the service owner
Technical OwnerName of the technical owner
Product OwnerName of the product owner
Department IDDepartment identifier
Department NameDepartment name
Business UnitBusiness unit identifier
Operating UnitOperating unit identifier
Billing SegmentBilling business segment
Enclave EnvironmentEnvironment classification
Acquired EntityAcquired entity name (if applicable)
These fields are sourced from the application registry. Update them there and they’ll be reflected in your rollout.

Editable Global Fields

FieldRequired for ChecklistDescription
Support URLYesLink to your app’s support page
Marketing URLYesLink to your app’s marketing page
Privacy Policy URLYesLink to your app’s privacy policy
CopyrightYesCopyright notice (e.g., “2026 UnitedHealth Group”)

Fill in these fields and click Save to complete the Global Settings checklist item.

Tab 2: App Store Connect

Configure your Apple App Store Connect settings here. These are used when submitting iOS versions to the App Store.

FieldRequiredDescription
Application NameYesThe name displayed on the App Store
Bundle IDYesYour iOS app’s bundle identifier (e.g., com.uhg.myapp)
SKUNoStock Keeping Unit for App Store Connect
Team IDNoYour Apple Developer Team ID
Apple IDNoApp Store Connect Apple ID
Provider IDNoProvider identifier for your Apple developer account
The Application Name and Bundle ID are critical — they must match your Xcode project configuration and App Store Connect settings exactly.
rollout-settings-tab2.png

Tab 3: Google Play Console

Configure your Google Play Console settings here. These are used when managing Android releases.

FieldRequiredDescription
Application NameYesThe name displayed on Google Play
Package NameYesYour Android app’s package name (e.g., com.uhg.myapp)
Service Account EmailNoGoogle service account for API access
rollout-settings-tab3.png

Saving and Discarding Changes

Both settings pages track changes independently:

  • Save (top-right) — Saves all modified fields across tabs
  • Discard (top-right) — Reverts all unsaved changes back to the last saved state
  • Both buttons are disabled when no changes have been made
You can switch between tabs without losing unsaved changes. Changes are only lost if you navigate away from the page or click Discard.

What’s Next