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