GPUdb.clear_table_monitor( topic_id = None, options = {} )
Deactivates a table monitor previously created with create_table_monitor.
Input Parameter Description
| Name | Type | Description | 
|---|---|---|
| topic_id | str | The topic ID returned by create_table_monitor. | 
| options | dict of str | Optional parameters. Default value is an empty dict ( {} ). | 
Output Parameter Description
| Name | Type | Description | 
|---|---|---|
| topic_id | str | Value of input parameter topic_id. |