CloudWatchNetworkMonitor / Client / delete_probe
delete_probe#
- CloudWatchNetworkMonitor.Client.delete_probe(**kwargs)#
- Deletes the specified probe. Once a probe is deleted you’ll no longer incur any billing fees for that probe. - This action requires both the - monitorNameand- probeIdparameters. Run- ListMonitorsto get a list of monitor names. Run- GetMonitorto get a list of probes and probe IDs. You can only delete a single probe at a time using this action.- See also: AWS API Documentation - Request Syntax- response = client.delete_probe( monitorName='string', probeId='string' ) - Parameters:
- monitorName (string) – - [REQUIRED] - The name of the monitor to delete. 
- probeId (string) – - [REQUIRED] - The ID of the probe to delete. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- CloudWatchNetworkMonitor.Client.exceptions.AccessDeniedException
- CloudWatchNetworkMonitor.Client.exceptions.ResourceNotFoundException
- CloudWatchNetworkMonitor.Client.exceptions.ThrottlingException
- CloudWatchNetworkMonitor.Client.exceptions.ValidationException
- CloudWatchNetworkMonitor.Client.exceptions.InternalServerException
- CloudWatchNetworkMonitor.Client.exceptions.ServiceQuotaExceededException