Delete Run Batch
| omics_delete_run_batch | R Documentation |
Deletes the individual workflow runs within a batch¶
Description¶
Deletes the individual workflow runs within a batch. This operation is
separate from delete_batch, which removes the batch metadata.
Delete is only allowed on batches in PROCESSED or CANCELLED state.
Delete operations are non-atomic and may be partially successful. Use
get_batch to review successfulDeleteSubmissionCount and
failedDeleteSubmissionCount in the submissionSummary. Only one
cancel or delete operation per batch is allowed at a time.
Usage¶
omics_delete_run_batch(batchId)
Arguments¶
batchId |
[required] The identifier portion of the run batch ARN. |
Value¶
An empty list.
Request syntax¶
svc$delete_run_batch(
batchId = "string"
)