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

# clearTableMonitor

<div className="kinetica-doxygen">
  <div id="ad2bf08c0671686d9fd13ec177214fa1c" />

  <h2 className="memtitle"><span className="permalink"><a href="#ad2bf08c0671686d9fd13ec177214fa1c">◆ </a></span>clearTableMonitor() <span className="overload">\[1/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1ClearTableMonitorResponse">ClearTableMonitorResponse</a> gpudb::GPUdb::clearTableMonitor </td>
          <td>(</td>
          <td className="paramtype">const <a className="el" href="/content/api/cpp/structgpudb_1_1ClearTableMonitorRequest">ClearTableMonitorRequest</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">request\_</span></span></td>
          <td>)</td>
          <td> const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Deactivates a table monitor previously created with <a className="el" href="#ab379d6656d94cb2e54be2671ecd05d6c">createTableMonitor</a>. </p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">request\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1ClearTableMonitorRequest">Request</a> object containing the parameters for the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1ClearTableMonitorResponse">Response</a> object containing the result of the operation. </div>
      </div>
    </div>
  </div>

  <div id="acbb596d576cf6071fec8a46cf8f536ca" />

  <h2 className="memtitle"><span className="permalink"><a href="#acbb596d576cf6071fec8a46cf8f536ca">◆ </a></span>clearTableMonitor() <span className="overload">\[2/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1ClearTableMonitorResponse">ClearTableMonitorResponse</a> & gpudb::GPUdb::clearTableMonitor </td>
          <td>(</td>
          <td className="paramtype">const <a className="el" href="/content/api/cpp/structgpudb_1_1ClearTableMonitorRequest">ClearTableMonitorRequest</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">request\_</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype"><a className="el" href="/content/api/cpp/structgpudb_1_1ClearTableMonitorResponse">ClearTableMonitorResponse</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">response\_</span></span> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Deactivates a table monitor previously created with <a className="el" href="#ab379d6656d94cb2e54be2671ecd05d6c">createTableMonitor</a>. </p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">request\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1ClearTableMonitorRequest">Request</a> object containing the parameters for the operation. </td>
            </tr>

            <tr>
              <td className="paramdir">\[out]</td>
              <td className="paramname">response\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1ClearTableMonitorResponse">Response</a> object containing the results of the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1ClearTableMonitorResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>
    </div>
  </div>

  <div id="ad85f24dc8ca9ac3d649aaa969febcf25" />

  <h2 className="memtitle"><span className="permalink"><a href="#ad85f24dc8ca9ac3d649aaa969febcf25">◆ </a></span>clearTableMonitor() <span className="overload">\[3/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1ClearTableMonitorResponse">ClearTableMonitorResponse</a> gpudb::GPUdb::clearTableMonitor </td>
          <td>(</td>
          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">topicId</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const std::map\< std::string, std::string > &</td>
          <td className="paramname"><span className="paramname"><span className="em">options</span></span> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Deactivates a table monitor previously created with <a className="el" href="#a562dc443f79f57ea572cb5ec0f2e8093">createTableMonitor</a>. </p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">topicId</td>
              <td>The topic ID returned by <a className="el" href="#a562dc443f79f57ea572cb5ec0f2e8093">createTableMonitor</a>. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#a8961301f127ebf4419ba031ddf28300b">clear\_table\_monitor\_keep\_autogenerated\_sink</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a68f6f1f96002d7596db2f39e56809474">true</a>, the auto-generated <a href="/content/concepts/data_sinks/" target="_top">datasink</a> associated with this monitor, if there is one, will be retained for further use. If <a className="el" href="/content/api/cpp/namespacegpudb#a460ec95af1cc4a386ac3fc320b89f9ef">false</a>, then the auto-generated sink will be dropped if there are no other monitors referencing it. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a68f6f1f96002d7596db2f39e56809474">clear\_table\_monitor\_true</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a460ec95af1cc4a386ac3fc320b89f9ef">clear\_table\_monitor\_false</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a460ec95af1cc4a386ac3fc320b89f9ef">clear\_table\_monitor\_false</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#ad82dfc77a824d33ee9d35ae6b9697609">clear\_table\_monitor\_clear\_all\_references</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a68f6f1f96002d7596db2f39e56809474">true</a>, all references that share the same <span className="em arg">topicId</span> will be cleared. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a68f6f1f96002d7596db2f39e56809474">clear\_table\_monitor\_true</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a460ec95af1cc4a386ac3fc320b89f9ef">clear\_table\_monitor\_false</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a460ec95af1cc4a386ac3fc320b89f9ef">clear\_table\_monitor\_false</a>.
                  </li>
                </ul>

                The default value is an empty map.
              </td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1ClearTableMonitorResponse">Response</a> object containing the result of the operation. </div>
      </div>
    </div>
  </div>

  <div id="a0d0c0fadbf1e7057cf5e3bfc451e6e49" />

  <h2 className="memtitle"><span className="permalink"><a href="#a0d0c0fadbf1e7057cf5e3bfc451e6e49">◆ </a></span>clearTableMonitor() <span className="overload">\[4/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1ClearTableMonitorResponse">ClearTableMonitorResponse</a> & gpudb::GPUdb::clearTableMonitor </td>
          <td>(</td>
          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">topicId</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const std::map\< std::string, std::string > &</td>
          <td className="paramname"><span className="paramname"><span className="em">options</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype"><a className="el" href="/content/api/cpp/structgpudb_1_1ClearTableMonitorResponse">ClearTableMonitorResponse</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">response\_</span></span> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Deactivates a table monitor previously created with <a className="el" href="#a562dc443f79f57ea572cb5ec0f2e8093">createTableMonitor</a>. </p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">topicId</td>
              <td>The topic ID returned by <a className="el" href="#a562dc443f79f57ea572cb5ec0f2e8093">createTableMonitor</a>. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#a8961301f127ebf4419ba031ddf28300b">clear\_table\_monitor\_keep\_autogenerated\_sink</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a68f6f1f96002d7596db2f39e56809474">true</a>, the auto-generated <a href="/content/concepts/data_sinks/" target="_top">datasink</a> associated with this monitor, if there is one, will be retained for further use. If <a className="el" href="/content/api/cpp/namespacegpudb#a460ec95af1cc4a386ac3fc320b89f9ef">false</a>, then the auto-generated sink will be dropped if there are no other monitors referencing it. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a68f6f1f96002d7596db2f39e56809474">clear\_table\_monitor\_true</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a460ec95af1cc4a386ac3fc320b89f9ef">clear\_table\_monitor\_false</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a460ec95af1cc4a386ac3fc320b89f9ef">clear\_table\_monitor\_false</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#ad82dfc77a824d33ee9d35ae6b9697609">clear\_table\_monitor\_clear\_all\_references</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a68f6f1f96002d7596db2f39e56809474">true</a>, all references that share the same <span className="em arg">topicId</span> will be cleared. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a68f6f1f96002d7596db2f39e56809474">clear\_table\_monitor\_true</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a460ec95af1cc4a386ac3fc320b89f9ef">clear\_table\_monitor\_false</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a460ec95af1cc4a386ac3fc320b89f9ef">clear\_table\_monitor\_false</a>.
                  </li>
                </ul>

                The default value is an empty map.
              </td>
            </tr>

            <tr>
              <td className="paramdir">\[out]</td>
              <td className="paramname">response\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1ClearTableMonitorResponse">Response</a> object containing the results of the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1ClearTableMonitorResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>
    </div>
  </div>
</div>
