halt_release
Stop a staged rollout. Prevent users from receiving further updates by pausing the release.
Instructions
Halt a staged rollout.
Use this to stop a release that is currently rolling out. The release will be marked as halted and users will stop receiving updates.
Args: package_name: App package name track: Track containing the release (internal, alpha, beta, production) version_code: Version code of the release to halt
Returns: Result with success status and details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | ||
| track | Yes | ||
| version_code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||