Omics / Client / delete_workflow_version
delete_workflow_version¶
- Omics.Client.delete_workflow_version(**kwargs)¶
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.
See also: AWS API Documentation
Request Syntax
response = client.delete_workflow_version( workflowId='string', versionName='string' )
- Parameters:
workflowId (string) –
[REQUIRED]
The workflow’s ID.
versionName (string) –
[REQUIRED]
The workflow version name.
- Returns:
None
Exceptions