View source: R/cloudwatchevidently_operations.R
cloudwatchevidently_stop_launch | R Documentation |
Stops a launch that is currently running. After you stop a launch, you will not be able to resume it or restart it. Also, it will not be evaluated as a rule for traffic allocation, and the traffic that was allocated to the launch will instead be available to the feature's experiment, if there is one. Otherwise, all traffic will be served the default variation after the launch is stopped.
See https://www.paws-r-sdk.com/docs/cloudwatchevidently_stop_launch/ for full documentation.
cloudwatchevidently_stop_launch(
desiredState = NULL,
launch,
project,
reason = NULL
)
desiredState |
Specify whether to consider the launch as |
launch |
[required] The name of the launch to stop. |
project |
[required] The name or ARN of the project that contains the launch that you want to stop. |
reason |
A string that describes why you are stopping the launch. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.