> ## 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.

# does_cluster_contain_node

<div className="kinetica-pydoc">
  <div className="dl py method">
    <div className="dt sig sig-object py" id="gpudb.GPUdb.ClusterAddressInfo.does_cluster_contain_node"> <span className="sig-name descname"><span className="pre">does\_cluster\_contain\_node</span></span><span className="sig-paren">(</span><span className="em sig-param"><span className="n"><span className="pre">host\_name</span></span></span><span className="sig-paren">)</span><a href="https://github.com/kineticadb/kinetica-api-python/blob/master/gpudb/gpudb.py#L5513"><span className="viewcode-link"><span className="pre">\[source]</span></span></a></div>

    <div className="dd">
      <p>Checks if the given hostname (or IP address) is part of this cluster.</p>
      <p><strong>Parameters</strong></p>

      <div className="blockquote">
        <div>
          <div className="dl simple">
            <div className="dt">host\_name (<span className="em">str</span>) –</div>

            <div className="dd">
              <p>String containing a hostname or an IP address.</p>
            </div>
          </div>
        </div>
      </div>

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

      <div className="blockquote">
        <div>
          <p>True if this cluster contains a machine with the given –</p>
          <p>hostname or IP address, False otherwise.</p>
        </div>
      </div>
    </div>
  </div>
</div>
