deploy_component_versions
Deploy specific component versions to an environment by providing application, environment, application process, and component/version ID pairs. Use onlyChanged to deploy only changed versions.
Instructions
Deploy specific component versions to an environment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| versions | Yes | Array of component/version pairs to deploy | |
| 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. | |
| onlyChanged | No | Deploy only changed versions (default: true) | |
| applicationProcess | Yes | Application process ID. REQUIRED: Must use ID, not name. |