GPUdb.clear_trigger( trigger_id = None, options = {} )
Clears or cancels the trigger identified by the specified handle. The output returns the handle of the trigger cleared as well as indicating success or failure of the trigger deactivation.
Input Parameter Description
| Name | Type | Description |
|---|---|---|
| trigger_id | str | ID for the trigger to be deactivated. |
| options | dict of str | Optional parameters. Default value is an empty dict ( {} ). |
Output Parameter Description
| Name | Type | Description |
|---|---|---|
| trigger_id | str | Value of input parameter trigger_id. |