mirror of
https://github.com/moghtech/komodo.git
synced 2025-12-05 19:17:36 -06:00
[Feature Request] Implement the function to archive the stacks #653
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Originally created by @andreazorzi on GitHub (Oct 31, 2025).
Implement the ability to archive stacks, for example destroyed stacks.
For example, on my server I have some stacks that I no longer use, and I've destroyed them, but having them in the stack list, besides "taking up space", it can happen that they get selected by mistake if I need to perform bulk actions.
However, I don't want to delete them because for one reason or another I might need to restore them.
Currently what I do is copy the stack's toml code, save it locally on my PC and then delete the stack, so that I can reactivate it in the future.
Since I haven't figured out if it's possible to import a toml file and if so where it can be done, it would be really useful to have the ability to archive stacks and then be able to reactivate them when needed.
Thank you