Omics / Client / delete_batch
delete_batch¶
- Omics.Client.delete_batch(**kwargs)¶
Deletes a run batch resource and its associated metadata. This operation does not delete the individual workflow runs. To delete the runs, call
DeleteRunBatchbefore callingDeleteBatch.DeleteBatchrequires the batch to be in a terminal state:PROCESSED,FAILED,CANCELLED, orRUNS_DELETED. AfterDeleteBatchcompletes, the batch metadata is no longer accessible. You cannot callGetBatch,ListRunsInBatch,DeleteRunBatch, orCancelRunBatchon a deleted batch.See also: AWS API Documentation
Request Syntax
response = client.delete_batch( batchId='string' )
- Parameters:
batchId (string) –
[REQUIRED]
The identifier portion of the run batch ARN.
- Returns:
None
Exceptions
Omics.Client.exceptions.InternalServerExceptionOmics.Client.exceptions.ServiceQuotaExceededExceptionOmics.Client.exceptions.ThrottlingExceptionOmics.Client.exceptions.ValidationExceptionOmics.Client.exceptions.ConflictExceptionOmics.Client.exceptions.ResourceNotFoundExceptionOmics.Client.exceptions.AccessDeniedExceptionOmics.Client.exceptions.RequestTimeoutException