# File lib/fog/joyent/models/compute/server.rb, line 43
        def stop
          requires :id
          self.connection.stop_machine(id)
          self.wait_for { stopped? }
          true
        end