mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2025-12-14 02:34:53 +01:00
build
This commit is contained in:
4
port.py
4
port.py
@@ -840,9 +840,9 @@ class Portainer:
|
||||
|
||||
def _delete_single_stack(self, stack_id, endpoint_id):
|
||||
path = f"/stacks/{stack_id}?endpointId={endpoint_id}&removeVolumes=true"
|
||||
|
||||
# print(path)
|
||||
try:
|
||||
out = self._api_delete(path)
|
||||
out = self._api_delete(path,timeout=240)
|
||||
except ValueError as e:
|
||||
msg = str(e)
|
||||
if "Conflict for url" in msg:
|
||||
|
||||
Reference in New Issue
Block a user