Omics / Client / delete_run_cache
delete_run_cache#
- Omics.Client.delete_run_cache(**kwargs)#
Delete a run cache. This action removes the cache metadata stored in the service account, but doesn’t delete the data in Amazon S3. You can access the cache data in Amazon S3, for inspection or to troubleshoot issues. You can remove old cache data using standard S3
Delete
operations.For more information, see Deleting a run cache in the AWS HealthOmics User Guide.
See also: AWS API Documentation
Request Syntax
response = client.delete_run_cache( id='string' )
- Parameters:
id (string) –
[REQUIRED]
Run cache identifier for the cache you want to delete.
- Returns:
None
Exceptions