> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# get_hm_url

<div className="kinetica-pydoc">
  <div className="dl py method">
    <div className="dt sig sig-object py" id="gpudb.GPUdb.get_hm_url"> <span className="sig-name descname"><span className="pre">get\_hm\_url</span></span><span className="sig-paren">(</span><span className="em sig-param"><span className="n"><span className="pre">stringified</span></span><span className="o"><span className="pre">=</span></span><span className="default_value"><span className="pre">True</span></span></span><span className="sig-paren">)</span><a href="https://github.com/kineticadb/kinetica-api-python/blob/master/gpudb/gpudb.py#L7786"><span className="viewcode-link"><span className="pre">\[source]</span></span></a></div>

    <div className="dd">
      <p>Return the GPUdb.URL or its string representation that points to the current host manager of the current cluster in use.</p>
      <p><strong>Parameters</strong></p>

      <div className="blockquote">
        <div>
          <div className="dl simple">
            <div className="dt">stringified (<span className="em">bool</span>) –</div>

            <div className="dd">
              <p>Optional argument. If True, return the string representation, otherwise return the <a className="reference internal" href="#gpudb.GPUdb.URL" title="gpudb.GPUdb.URL"><code className="xref py py-class docutils literal notranslate"><span className="pre">GPUdb.URL</span></code></a> object. Default is True.</p>
            </div>
          </div>
        </div>
      </div>

      <p><strong>Returns</strong></p>

      <div className="blockquote">
        <div>
          <p>The <a className="reference internal" href="#gpudb.GPUdb.URL" title="gpudb.GPUdb.URL"><code className="xref py py-class docutils literal notranslate"><span className="pre">GPUdb.URL</span></code></a> object or its string representation.</p>
        </div>
      </div>
    </div>
  </div>
</div>
