DeadlineCloud / Client / delete_monitor

delete_monitor#

DeadlineCloud.Client.delete_monitor(**kwargs)#

Removes a Deadline Cloud monitor. After you delete a monitor, you can create a new one and attach farms to the monitor.

See also: AWS API Documentation

Request Syntax

response = client.delete_monitor(
    monitorId='string'
)
Parameters:

monitorId (string) –

[REQUIRED]

The unique identifier of the monitor to delete. This ID is returned by the CreateMonitor operation, and is included in the response to the GetMonitor operation.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions