Omics / Client / cancel_run_batch
cancel_run_batch¶
- Omics.Client.cancel_run_batch(**kwargs)¶
Cancels all runs within a specified batch. This operation prevents not-yet-submitted runs from starting and submits
CancelRunrequests for runs that have already started.Cancel is only allowed on batches in
PENDING,SUBMITTING, orINPROGRESSstate. Cancel operations are non-atomic and may be partially successful. UseGetBatchto reviewsuccessfulCancelSubmissionCountandfailedCancelSubmissionCountin thesubmissionSummary. Only one cancel or delete operation per batch is allowed at a time.See also: AWS API Documentation
Request Syntax
response = client.cancel_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