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.

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

  • CloudWatchEvidently.Client.exceptions.ValidationException

  • CloudWatchEvidently.Client.exceptions.InternalServerException

  • CloudWatchEvidently.Client.exceptions.ConflictException

  • CloudWatchEvidently.Client.exceptions.ServiceUnavailableException

  • CloudWatchEvidently.Client.exceptions.ResourceNotFoundException

  • CloudWatchEvidently.Client.exceptions.AccessDeniedException