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