set_rollout_fraction
Adjust the rollout percentage for an Android app release on a Google Play track. Gradually expand rollout from current fraction to a new target.
Instructions
Adjust the staged rollout percentage for an existing release on a Google Play track. Use this to gradually expand a rollout (e.g. 10% → 25% → 50% → 100%). Requires the version code of the release currently in the staged rollout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | The Android package name | |
| track | Yes | The track with the staged rollout | |
| version_code | Yes | Version code of the release to update (from list_google_play_tracks) | |
| rollout_fraction | Yes | New rollout fraction 0.0–1.0 (e.g. 0.5 = 50%) |