# File lib/deltacloud/drivers/sbc/sbc_client.rb, line 60
  def reboot_instance(instance_id)
    headers = default_headers
    headers['Content-Type'] = 'application/x-www-form-urlencoded'
    put('/instances/' + instance_id, 'state=restart', headers)
  end