# File lib/fission/vm.rb, line 134
    def stop(options={})
      Fission::Action::VM::Stopper.new(self).stop(options)
    end