# File lib/fog/brightbox/models/compute/server.rb, line 95
        def destroy
          requires :identity
          connection.destroy_server(identity)
          true
        end