# File lib/rhc/rest/cartridge.rb, line 43
      def stop()
        debug "Stopping cartridge #{name}"
        rest_method "STOP", :event => "stop"
      end