lattice_update_container
Update a container's configuration settings. Changes apply to the stored record and require redeployment or recreation to take effect.
Instructions
Update a container definition. Changes the stored record — redeploy or recreate the container for them to take effect
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Container ID | |
| tag | No | ||
| name | No | ||
| image | No | ||
| status | No | ||
| command | No | ||
| volumes | No | JSON object string | |
| env_vars | No | JSON object string | |
| replicas | No | ||
| cpu_limit | No | ||
| entrypoint | No | ||
| memory_limit | No | ||
| port_mappings | No | JSON array string | |
| restart_policy | No |