delete_launch
(**kwargs)¶Deletes an Evidently launch. The feature used for the launch is not deleted.
To stop a launch without deleting it, use StopLaunch.
See also: AWS API Documentation
Request Syntax
response = client.delete_launch(
launch='string',
project='string'
)
[REQUIRED]
The name of the launch to delete.
[REQUIRED]
The name or ARN of the project that contains the launch to delete.
dict
Response Syntax
{}
Response Structure
Exceptions
CloudWatchEvidently.Client.exceptions.ThrottlingException
CloudWatchEvidently.Client.exceptions.ValidationException
CloudWatchEvidently.Client.exceptions.ConflictException
CloudWatchEvidently.Client.exceptions.ResourceNotFoundException
CloudWatchEvidently.Client.exceptions.AccessDeniedException