task_launch
Launch a new automation task from a template by specifying project and template IDs.
Instructions
Launch a new task from a template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The ID of the project. | |
| template_id | Yes | The ID of the template to run. | |
| debug | No | Enable debug mode for the task. | |
| dry_run | No | Perform a dry run (check mode). | |
| diff | No | Show diff output. | |
| environment | No | JSON string of extra environment variables. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |