halt_rollout
Stop an in-progress staged rollout from reaching new users while keeping the current user fraction for later resume or completion.
Instructions
Halt the in-progress staged rollout on a track, stopping delivery to new users while keeping the current userFraction. Use update_rollout afterwards to resume or complete it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track | Yes | Track whose rollout to halt, e.g. 'production' | |
| package_name | No | App package name, e.g. 'com.acme.app' (defaults to GOOGLE_PLAY_PACKAGE_NAME) | |
| 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) |