Cancel a run in HealthOmics
You can cancel a run if its status is
PENDING
, STARTING
, RUNNING
, or STOPPING
.
Note
When you cancel a run, HealthOmics doesn't save any of the run outputs.
From the console, follow these steps to cancel a run:
-
Open the HealthOmics console
. -
If required, open the left navigation pane (≡). Choose Runs.
-
On the Runs page, choose the run to cancel.
-
The console opens the Run details page. From the status banner at the top of the page, choose Stop run.
-
Enter confirm to stop the run.
To cancel a run using the API, use the CancelRun API operation.
The following example shows how to cancel a run using the AWS CLI . To run the example, replace the
with the ID of the run you would like to cancel. If successful,
there is no response. run id
aws omics cancel-run --id
run id