Update a stack
Updates mutable fields on a stack: its display label and the path to the docker-compose file. Returns the updated stack.
Authorizations
Bearer token for authentication. Format: 'Bearer {token}'
Headers
Workspace ID (uses default workspace if not provided)
Path Parameters
Stack UUID
Body
Update a stack
Human-readable display name
Path to the docker-compose file within the repository
Move the stack, and every application and service it runs, to another project. Requires apps:manage. Refused when the stack's resource is assigned to projects that do not include the target.
Response
Update a stack
Api_V1_Entities_Stack model
Unique stack identifier
Stack codename (unique per workspace)
Human-readable display name
Computed state (pending, validating, publishing, building, deploying, running, degraded, failed, stopped)
Associated project UUID
Path to the docker-compose file within the repository
Git deployment configuration (type, repository, branch, auto_deploy_enabled)
Total CPU allocated across stack services (cores)
Total RAM allocated across stack services, in bytes
Total disk allocated across stack services, in bytes
Creation timestamp
Last update timestamp
Api_V1_Entities_Resource model
Services materialized from the compose manifest
Api_V1_Entities_StackDeployment model

