Delete Launch
cloudwatchevidently_delete_launch | R Documentation |
Deletes an Evidently launch¶
Description¶
Deletes an Evidently launch. The feature used for the launch is not deleted.
To stop a launch without deleting it, use stop_launch
.
Usage¶
cloudwatchevidently_delete_launch(launch, project)
Arguments¶
launch |
[required] The name of the launch to delete. |
project |
[required] The name or ARN of the project that contains the launch to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_launch(
launch = "string",
project = "string"
)