deploy_snapshot_to_environment
Deploy a named snapshot to a specified environment. Uses application, environment, and process IDs to trigger the deployment.
Instructions
Deploy a named snapshot to a specific environment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| snapshot | Yes | Snapshot ID from list_application_snapshots. REQUIRED: Must use ID, not name. | |
| 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. |