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 - CreateMonitoroperation, and is included in the response to the- GetMonitoroperation.
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- DeadlineCloud.Client.exceptions.AccessDeniedException
- DeadlineCloud.Client.exceptions.InternalServerErrorException
- DeadlineCloud.Client.exceptions.ResourceNotFoundException
- DeadlineCloud.Client.exceptions.ThrottlingException
- DeadlineCloud.Client.exceptions.ValidationException