Deactivates a table monitor previously created with GPUdb.create_table_monitor().
Parameters
The topic ID returned by GPUdb.create_table_monitor().
Optional parameters. Allowed keys are:
keep_autogenerated_sink – If true, the auto-generated datasink associated with this monitor, if there is one, will be retained for further use. If false, then the auto-generated sink will be dropped if there are no other monitors referencing it. Allowed values are:
true
false
The default value is ‘false’.
clear_all_references – If true, all references that share the same input parameter topic_id will be cleared. Allowed values are:
true
false
The default value is ‘false’.
The default value is an empty dict ( ).
Returns
A dict with the following entries–
Value of input parameter topic_id.
Additional information.