> ## 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-javadoc">
  <ul className="member-list">
    <li>
      <div className="section detail" id="clearTableMonitor(com.gpudb.protocol.ClearTableMonitorRequest)">
        <h3>clearTableMonitor</h3>
        <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/ClearTableMonitorResponse" title="class in com.gpudb.protocol">ClearTableMonitorResponse</a></span> <span className="element-name">clearTableMonitor</span><wbr /><span className="parameters">(<a href="/content/api/java/com/gpudb/protocol/ClearTableMonitorRequest" title="class in com.gpudb.protocol">ClearTableMonitorRequest</a> request)</span> throws <span className="exceptions"><a href="/content/api/java/com/gpudb/GPUdbException" title="class in com.gpudb">GPUdbException</a></span></div>
        <div className="block">Deactivates a table monitor previously created with <a href="#createTableMonitor(com.gpudb.protocol.CreateTableMonitorRequest)"><code>createTableMonitor</code></a>.</div>

        <div className="dl notes">
          <div className="dt">Parameters:</div>
          <div className="dd"><code>request</code> - <a href="/content/api/java/com/gpudb/protocol/ClearTableMonitorRequest" title="class in com.gpudb.protocol"><code>Request</code></a> object containing the parameters for the operation.</div>
          <div className="dt">Returns:</div>
          <div className="dd"><a href="/content/api/java/com/gpudb/protocol/ClearTableMonitorResponse" title="class in com.gpudb.protocol"><code>Response</code></a> object containing the results of the operation.</div>
          <div className="dt">Throws:</div>
          <div className="dd"><code><a href="/content/api/java/com/gpudb/GPUdbException" title="class in com.gpudb">GPUdbException</a></code> - if an error occurs during the operation.</div>
        </div>
      </div>
    </li>

    <li>
      <div className="section detail" id="clearTableMonitor(java.lang.String,java.util.Map)">
        <h3>clearTableMonitor</h3>
        <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/ClearTableMonitorResponse" title="class in com.gpudb.protocol">ClearTableMonitorResponse</a></span> <span className="element-name">clearTableMonitor</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> topicId, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>> options)</span> throws <span className="exceptions"><a href="/content/api/java/com/gpudb/GPUdbException" title="class in com.gpudb">GPUdbException</a></span></div>
        <div className="block">Deactivates a table monitor previously created with <a href="#createTableMonitor(java.lang.String,java.util.Map)"><code>createTableMonitor</code></a>.</div>

        <div className="dl notes">
          <div className="dt">Parameters:</div>
          <div className="dd"><code>topicId</code> - The topic ID returned by <a href="#createTableMonitor(java.lang.String,java.util.Map)"><code>createTableMonitor</code></a>.</div>

          <div className="dd">
            <code>options</code> - Optional parameters.

            <ul>
              <li>
                <a href="/content/api/java/com/gpudb/protocol/ClearTableMonitorRequest.Options#KEEP_AUTOGENERATED_SINK"><code>KEEP\_AUTOGENERATED\_SINK</code></a>: If <a href="/content/api/java/com/gpudb/protocol/ClearTableMonitorRequest.Options#TRUE"><code>TRUE</code></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 href="/content/api/java/com/gpudb/protocol/ClearTableMonitorRequest.Options#FALSE"><code>FALSE</code></a>, then the auto-generated sink will be dropped if there are no other monitors referencing it. Supported values:

                <ul>
                  <li><a href="/content/api/java/com/gpudb/protocol/ClearTableMonitorRequest.Options#TRUE"><code>TRUE</code></a> </li>
                  <li><a href="/content/api/java/com/gpudb/protocol/ClearTableMonitorRequest.Options#FALSE"><code>FALSE</code></a> </li>
                </ul>

                The default value is <a href="/content/api/java/com/gpudb/protocol/ClearTableMonitorRequest.Options#FALSE"><code>FALSE</code></a>.
              </li>

              <li>
                <a href="/content/api/java/com/gpudb/protocol/ClearTableMonitorRequest.Options#CLEAR_ALL_REFERENCES"><code>CLEAR\_ALL\_REFERENCES</code></a>: If <a href="/content/api/java/com/gpudb/protocol/ClearTableMonitorRequest.Options#TRUE"><code>TRUE</code></a>, all references that share the same <code> topicId</code> will be cleared. Supported values:

                <ul>
                  <li><a href="/content/api/java/com/gpudb/protocol/ClearTableMonitorRequest.Options#TRUE"><code>TRUE</code></a> </li>
                  <li><a href="/content/api/java/com/gpudb/protocol/ClearTableMonitorRequest.Options#FALSE"><code>FALSE</code></a> </li>
                </ul>

                The default value is <a href="/content/api/java/com/gpudb/protocol/ClearTableMonitorRequest.Options#FALSE"><code>FALSE</code></a>.
              </li>
            </ul>

            The default value is an empty <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link"><code>Map</code></a>.
          </div>

          <div className="dt">Returns:</div>
          <div className="dd"><a href="/content/api/java/com/gpudb/protocol/ClearTableMonitorResponse" title="class in com.gpudb.protocol"><code>Response</code></a> object containing the results of the operation.</div>
          <div className="dt">Throws:</div>
          <div className="dd"><code><a href="/content/api/java/com/gpudb/GPUdbException" title="class in com.gpudb">GPUdbException</a></code> - if an error occurs during the operation.</div>
        </div>
      </div>
    </li>
  </ul>
</div>
