stop_modal_app
Stop a running Modal app and terminate its containers by providing the app name or ID.
Instructions
Permanently stop a Modal app and terminate its running containers (`modal app stop`).
Args:
app_identifier: App name (e.g. "my-app") or app ID (e.g. "ap-123456").
env: Optional Modal environment to target.
Returns:
A dictionary containing the result of the stop operation.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_identifier | Yes | ||
| env | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |