CloudWatchNetworkMonitor / Client / delete_probe
delete_probe#
- CloudWatchNetworkMonitor.Client.delete_probe(**kwargs)#
Deletes the specified monitor. Once a probe is deleted you’ll no longer incur any billing fees for that probe.
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. For a list of the available monitors, use the
ListMonitorsaction.probeId (string) –
[REQUIRED]
The ID of the probe to delete. Run
GetMonitorto get a lst of all probes and probe IDs associated with the monitor.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
CloudWatchNetworkMonitor.Client.exceptions.AccessDeniedExceptionCloudWatchNetworkMonitor.Client.exceptions.ResourceNotFoundExceptionCloudWatchNetworkMonitor.Client.exceptions.ThrottlingExceptionCloudWatchNetworkMonitor.Client.exceptions.ValidationExceptionCloudWatchNetworkMonitor.Client.exceptions.InternalServerExceptionCloudWatchNetworkMonitor.Client.exceptions.ServiceQuotaExceededException