# File lib/blimpy/cli.rb, line 103
    def stop
      ensure_blimpfile
      fleet = Blimpy::Fleet.new
      fleet.stop
    end