Comment 7 for bug 1183309

Revision history for this message
Casey Marshall (cmars) wrote :

I will implement this to have similar behavior to my 'juju-nuke' plugin (https://gist.github.com/cmars/8306216).

juju destroy-service --force will remove all units of the given service. Then it proceed to destroy all target machines/containers that were hosting these service units -- unless there are other co-located service units occupying said machines/containers.

Sound good?