# File lib/dynect_rest.rb, line 112
  def thaw(zone=nil)
    zone ||= @zone 
    put("Zone/#{zone}", { "thaw" => true })
  end