create_snapshot_from_environment
Capture the current environment state as a new snapshot. Provide application, environment, and a snapshot name to preserve a deployable baseline.
Instructions
Create a new snapshot based on current environment state
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new snapshot | |
| application | Yes | Application ID from list_applications. REQUIRED: Must use ID, not name. | |
| description | No | Optional description for the snapshot | |
| environment | Yes | Environment ID from list_environments_for_application. REQUIRED: Must use ID, not name. |