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.
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_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