Cancel an in-progress practice run
You can cancel an in-progress practice run with the CLI by using the cancel-practice-run
command.
For example, to cancel a practice run for a resource, use a command like the following:
aws arc-zonal-shift cancel-practice-run \ --zonal-shift-id="="arn:aws:testservice::111122223333:ExampleALB123456890"
{ "zonalShiftId": "2222222-3333-444-1111", "resourceIdentifier": "arn:aws:testservice::111122223333:ExampleALB123456890", "awayFrom": "usw2-az1", "expiryTime": 2024-11-15T10:35:42+00:00, "startTime": 2024-11-15T09:35:42+00:00, "status": "CANCELED", "comment": "Practice run canceled" }