Skip to main content
clear_table_monitor(topic_id=None, options=)[source]

Deactivates a table monitor previously created with GPUdb.create_table_monitor().

Parameters

topic_id (str) –

The topic ID returned by GPUdb.create_table_monitor().

options (dict of str to str) –

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–

topic_id (str) –

Value of input parameter topic_id.

info (dict of str to str) –

Additional information.