poli.core.registry.delete_observer_run_script

poli.core.registry.delete_observer_run_script#

poli.core.registry.delete_observer_run_script(observer_name: Optional[str] = None) str#

Deletes the run script for the given observer.

This function takes as input an observer name. Using this, it deletes the run script for the given observer. If no observer name is passed, the default observer is deleted.

Parameters

observer_name (str) – The name of the observer to be deleted.

Returns

location – The location of the deleted run script.

Return type

str

Notes

The observer script MUST accept port and password as arguments.