lattice_update_api
Update the Lattice API container to a specified version or the compose-defined image. Supports forced recreation for environment variable changes.
Instructions
Update the Lattice API container. Pass version to deploy or roll back to a specific tag; omit it to take whatever the compose file resolves to. Returns 'already up to date' without restarting when the resolved image is the one already running
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Recreate even when the image is unchanged — use after an environment-variable change | |
| version | No | Image tag to deploy, e.g. v1.3.21. Written to the compose env file, so it persists across restarts. Omit to follow the existing tag |