# File lib/genome-lib/lib.rb, line 215 def update_hostname(id, hostname) Restr.post("#{@cloud}/koan", :machine_id => id, :hostname => hostname) end