Skip to main content
delete_proc(proc_name=None, options=)[source]

Deletes a proc. Any currently running instances of the proc will be killed.

Parameters

proc_name (str) –

Name of the proc to be deleted. Must be the name of a currently existing proc.

options (dict of str to str) –

Optional parameters. The default value is an empty dict ( ).

Returns

A dict with the following entries–

proc_name (str) –

Value of input parameter proc_name.

info (dict of str to str) –

Additional information.