Skip to content

Delete Experiment

cloudwatchevidently_delete_experiment R Documentation

Deletes an Evidently experiment

Description

Deletes an Evidently experiment. The feature used for the experiment is not deleted.

To stop an experiment without deleting it, use stop_experiment.

Usage

cloudwatchevidently_delete_experiment(experiment, project)

Arguments

experiment

[required] The name of the experiment to delete.

project

[required] The name or ARN of the project that contains the experiment to delete.

Value

An empty list.

Request syntax

svc$delete_experiment(
  experiment = "string",
  project = "string"
)