diff --git a/portainer/api.py b/portainer/api.py index 3c4ecfd..0c2a0b5 100644 --- a/portainer/api.py +++ b/portainer/api.py @@ -1233,6 +1233,7 @@ class PortainerApi: ) return True + def stop_stack(self, stack, endpoint_id): """Stop one stack or all stacks on an endpoint."""