# File lib/fog/vsphere/models/compute/server.rb, line 87
        def destroy(options = {})
          requires :instance_uuid
          stop if ready? # need to turn it off before destroying
          service.vm_destroy('instance_uuid' => instance_uuid)
        end