How to kill all swarm services at once?

I’m firing up services using docker deploy foo_dab, wondering is there way to kill all services started by it? Something like docker-compose stop does?

Ended up the correct way to do this is by using
$ docker stack rm my_dab, cheers :smiley: