Deletes the specified anomaly detection model from your account. For more information about how to delete an anomaly detection model, see Deleting an anomaly detection model in the CloudWatch User Guide.
See https://www.paws-r-sdk.com/docs/cloudwatch_delete_anomaly_detector/ for full documentation.
cloudwatch_delete_anomaly_detector(
Namespace = NULL,
MetricName = NULL,
Dimensions = NULL,
Stat = NULL,
SingleMetricAnomalyDetector = NULL,
MetricMathAnomalyDetector = NULL
)
The namespace associated with the anomaly detection model to delete.
The metric name associated with the anomaly detection model to delete.
The metric dimensions associated with the anomaly detection model to delete.
The statistic associated with the anomaly detection model to delete.
A single metric anomaly detector to be deleted.
When using SingleMetricAnomalyDetector
, you cannot include the
following parameters in the same operation:
Dimensions
,
MetricName
Namespace
Stat
the MetricMathAnomalyDetector
parameters of
DeleteAnomalyDetectorInput
Instead, specify the single metric anomaly detector attributes as part
of the SingleMetricAnomalyDetector
property.
The metric math anomaly detector to be deleted.
When using MetricMathAnomalyDetector
, you cannot include following
parameters in the same operation:
Dimensions
,
MetricName
Namespace
Stat
the SingleMetricAnomalyDetector
parameters of
DeleteAnomalyDetectorInput
Instead, specify the metric math anomaly detector attributes as part of
the MetricMathAnomalyDetector
property.