Skip to content

Delete Workflow Version

omics_delete_workflow_version R Documentation

Deletes a workflow version

Description

Deletes a workflow version. Deleting a workflow version doesn't affect any ongoing runs that are using the workflow version.

For more information, see Workflow versioning in Amazon Web Services HealthOmics in the Amazon Web Services HealthOmics User Guide.

Usage

omics_delete_workflow_version(workflowId, versionName)

Arguments

workflowId

[required] The workflow's ID.

versionName

[required] The workflow version name.

Value

An empty list.

Request syntax

svc$delete_workflow_version(
  workflowId = "string",
  versionName = "string"
)