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 ListMonitors action.

  • probeId (string) –

    [REQUIRED]

    The ID of the probe to delete. Run GetMonitor to 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.AccessDeniedException

  • CloudWatchNetworkMonitor.Client.exceptions.ResourceNotFoundException

  • CloudWatchNetworkMonitor.Client.exceptions.ThrottlingException

  • CloudWatchNetworkMonitor.Client.exceptions.ValidationException

  • CloudWatchNetworkMonitor.Client.exceptions.InternalServerException

  • CloudWatchNetworkMonitor.Client.exceptions.ServiceQuotaExceededException