modal_run
Run a Modal function or local entrypoint by providing the script path, with options for environment and detach.
Instructions
Run a Modal function or local entrypoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Environment to interact with | |
| appRef | Yes | Path to script or module (e.g. my_script.py) | |
| detach | No | Run the app in detached mode |