CloudWatchEvidently / Client / delete_experiment

delete_experiment

CloudWatchEvidently.Client.delete_experiment(**kwargs)

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

To stop an experiment without deleting it, use StopExperiment.

Danger

This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.

See also: AWS API Documentation

Request Syntax

response = client.delete_experiment(
    experiment='string',
    project='string'
)
Parameters:
  • experiment (string) –

    [REQUIRED]

    The name of the experiment to delete.

  • project (string) –

    [REQUIRED]

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

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions