Skip to content

Delete Anomaly Detector

lookoutmetrics_delete_anomaly_detector R Documentation

Deletes a detector

Description

Deletes a detector. Deleting an anomaly detector will delete all of its corresponding resources including any configured datasets and alerts.

Usage

lookoutmetrics_delete_anomaly_detector(AnomalyDetectorArn)

Arguments

AnomalyDetectorArn

[required] The ARN of the detector to delete.

Value

An empty list.

Request syntax

svc$delete_anomaly_detector(
  AnomalyDetectorArn = "string"
)