You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To delete all apps and associated jobs with a site, one has to
query the apps via balsam app ls
delete them individually via balsam app rm -n {NAME}
Is there a more efficient way to achieve the same? If not, I'd like to request the implementation of a flag --all (used as: balsam app rm --all) to be added which deletes all apps from a site.
The text was updated successfully, but these errors were encountered:
To delete all apps and associated jobs with a site, one has to
balsam app ls
balsam app rm -n {NAME}
Is there a more efficient way to achieve the same? If not, I'd like to request the implementation of a flag
--all
(used as:balsam app rm --all
) to be added which deletes all apps from a site.The text was updated successfully, but these errors were encountered: