| title | Stacks |
|---|---|
| category | Workspaces and runs |
| order | 150 |
| description | Link workspaces into stacks and manage them as a unit. |
A stack groups workspaces that deploy together. Stacks give the stack a shared identity and a single management point.
A stack belongs to an organization. Create it from the organization settings, under the stacks section.
Workspaces join a stack through the stack settings. A stack can hold workspaces from the same organization.
- A single list of the workspaces in the stack.
- Shared stack-level settings.
- A place to reason about the deployment as a whole.
Runs still execute per workspace. The stack does not change the run lifecycle.
GET /api/v2/organizations/:org_name/stacksPOST /api/v2/stacksGET /api/v2/stacks/:stack_idPATCH /api/v2/stacks/:stack_idDELETE /api/v2/stacks/:stack_id