create_deployment_trigger
Create automated deployment triggers by specifying environment and application process IDs, with version change or schedule options to automate deployments.
Instructions
Set up automated deployment triggers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the deployment trigger | |
| description | No | Optional description for the trigger | |
| environment | Yes | Environment ID from list_environments_for_application. REQUIRED: Must use ID, not name. | |
| triggerType | Yes | Type of trigger: VERSION_CHANGE or SCHEDULE | |
| schedulePattern | No | Schedule pattern for SCHEDULE triggers (cron format) | |
| applicationProcess | Yes | Application process ID. REQUIRED: Must use ID, not name. |