# File lib/rhc/commands/cartridge.rb, line 164
    def stop(cartridge)
      cartridge_action(cartridge, :stop, 'Stopping %s ... ')
      0
    end