Delete a run in HealthOmics
When you no longer need a run, you can delete it using the AWS CLI, API, or console.
You can delete a run when its status is COMPLETED
or CANCELED
.
From the console, follow these steps to delete a run:
-
Open the HealthOmics console
. -
If required, open the left navigation pane (≡). Choose Runs.
-
On the Runs page, select one or more runs to delete.
-
From the action menu above the table, choose Delete.
-
In the modal form, type confirm to confirm the deletion.
The following AWS CLI command deletes a run. To run the example, replace the
with the ID of the run you want to delete. There is no response if the run is successfully
deleted.run id
aws omics delete-run --id
run id