Delete Variant Store
| omics_delete_variant_store | R Documentation |
Amazon Web Services HealthOmics variant stores and annotation stores are no longer open to new customers¶
Description¶
Amazon Web Services HealthOmics variant stores and annotation stores are no longer open to new customers. Existing customers can continue to use the service as normal. For more information, see Amazon Web Services HealthOmics variant store and annotation store availability change.
Deletes a variant store.
Usage¶
omics_delete_variant_store(name, force)
Arguments¶
name |
[required] The store's name. |
force |
Whether to force deletion. |
Value¶
A list with the following syntax:
list(
status = "CREATING"|"UPDATING"|"DELETING"|"ACTIVE"|"FAILED"
)
Request syntax¶
svc$delete_variant_store(
name = "string",
force = TRUE|FALSE
)