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