fix: add POST /start to ensure Portainer stack comes up #23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/cicd_improvements"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
PUT /api/stacks/{id}updates the stack config and redeploys running containers, but does not start a stopped stack. AddingPOST /api/stacks/{id}/startafter the PUT ensures containers are created/started regardless of the stack's current state.Test plan
🤖 Generated with Claude Code