# File lib/mu/api/scale.rb, line 175
  def reserve_scale_engine(bot_id)
      response = get "reserveScaleEngine", "botId=#{bot_id}"
      msg response, Logger::DEBUG
      return response
  end