CloudWatchEvidently / Client / delete_launch
delete_launch#
- CloudWatchEvidently.Client.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' ) - Parameters:
- launch (string) – - [REQUIRED] - The name of the launch to delete. 
- project (string) – - [REQUIRED] - The name or ARN of the project that contains the launch to delete. 
 
- Return type:
- dict 
- Returns:
- Response Syntax - {}- Response Structure - (dict) – 
 
 - Exceptions - CloudWatchEvidently.Client.exceptions.ThrottlingException
- CloudWatchEvidently.Client.exceptions.ValidationException
- CloudWatchEvidently.Client.exceptions.ConflictException
- CloudWatchEvidently.Client.exceptions.ResourceNotFoundException
- CloudWatchEvidently.Client.exceptions.AccessDeniedException