get_modal_app_history
Obtain the deployment history of a Modal app to identify versions for rollback.
Instructions
Show a Modal app's deployment history (`modal app history`).
Useful for finding a version to pass to rollback_modal_app.
Args:
app_identifier: App name or app ID.
env: Optional Modal environment to target.
Returns:
A dictionary containing the parsed JSON deployment history.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_identifier | Yes | ||
| env | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |