update_rollout
Adjust the staged rollout percentage for an in-progress release on a track. Set user_fraction to 1 to complete the rollout, or update a halted release to resume it.
Instructions
Change the staged rollout percentage of the in-progress release on a track. Pass user_fraction 1 to complete the rollout to all users (status becomes 'completed'). Updating a halted release resumes it. Use get_track to see the current userFraction first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track | Yes | Track whose rollout to update, e.g. 'production' | |
| package_name | No | App package name, e.g. 'com.acme.app' (defaults to GOOGLE_PLAY_PACKAGE_NAME) | |
| user_fraction | Yes | New rollout fraction between 0 (exclusive) and 1, e.g. 0.25 for 25%. Pass 1 to complete the rollout. | |
| validate_only | No | Dry run: validate the change and discard the edit instead of committing it | |
| changes_not_sent_for_review | No | Commit without sending the changes for review (only for apps where changes are reviewed separately) |