Omics / Client / delete_run_batch
delete_run_batch¶
- Omics.Client.delete_run_batch(**kwargs)¶
Deletes the individual workflow runs within a batch. This operation is separate from
DeleteBatch, which removes the batch metadata.Delete is only allowed on batches in
PROCESSEDorCANCELLEDstate. Delete operations are non-atomic and may be partially successful. UseGetBatchto reviewsuccessfulDeleteSubmissionCountandfailedDeleteSubmissionCountin thesubmissionSummary. Only one cancel or delete operation per batch is allowed at a time.See also: AWS API Documentation
Request Syntax
response = client.delete_run_batch( batchId='string' )
- Parameters:
batchId (string) –
[REQUIRED]
The identifier portion of the run batch ARN.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
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