# File lib/client/vm_api.rb, line 62
    def destroy_vm(id)
      http_delete("/vms/%s" % id)
    end