lattice_deploy_stack
Deploy all or specific containers in a stack by providing the stack ID. Use force to remove and recreate all containers.
Instructions
Deploy a stack (all containers or specific ones)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Stack ID | |
| force | No | Force redeploy — removes all containers and recreates from scratch | |
| container_ids | No | Specific container IDs to deploy (omit for all) |