# File lib/fog/slicehost/models/compute/server.rb, line 31
        def destroy
          requires :id
          connection.delete_slice(id)
          true
        end