Deleting HealthOmics analytics stores
When you delete a variant or annotation store, the system also deletes all imported data in that store and any associated tags.
The following example shows how to delete a variant store using the AWS CLI. If the
action is successful, the variant store status transitions to DELETING
.
aws omics delete-variant-store --id <variant-store-id>
The following example shows how to delete an annotation store. If the action is successful, the
annotation store status transitions to DELETING
. Annotation stores can't be
deleted if more than one version exists.
aws omics delete-annotation-store --id <annotation-store-id>