lattice_update_stack_compose
Update a stack's compose YAML definition without deploying. Use lattice_deploy_stack afterwards to apply changes.
Instructions
Replace a stack's compose YAML. This rewrites the stored definition but does not deploy — call lattice_deploy_stack afterwards
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Stack ID | |
| compose_yaml | Yes | Full compose YAML document |