schedule_deployment
Schedule a deployment to run at a specified date and time. Provide application, environment, process, and snapshot or versions to set up future automated deployments.
Instructions
Schedule a deployment for future execution
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date and time to schedule the process (format: yyyy-mm-dd HH:mm or unix timestamp) | |
| snapshot | No | Snapshot ID from list_application_snapshots (optional if using versions). REQUIRED: Must use ID, not name. | |
| versions | No | Array of component/version pairs to deploy (optional if using snapshot) | |
| application | Yes | Application ID from list_applications. REQUIRED: Must use ID, not name. | |
| description | No | Optional description for the deployment request | |
| environment | Yes | Environment ID from list_environments_for_application. REQUIRED: Must use ID, not name. | |
| recurrencePattern | No | Recurrence pattern: D (daily), W (weekly), M (monthly) | |
| applicationProcess | Yes | Application process ID. REQUIRED: Must use ID, not name. |