# File lib/fog/compute/models/storm_on_demand/server.rb, line 40
        def destroy
          requires :identity
          connection.delete_server(:uniq_id => identity)
          true
        end