v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107682538.8 KB

Updates information about the workflow version. For more information, see <a href="https://docs.aws.amazon.com/omics/latest/dev/workflow-versions.html">Workflow versioning in Amazon Web Services HealthOmics</a> in the <i>Amazon Web Services HealthOmics User Guide</i>.

post/workflow/{workflowId}/version/{versionName}

Path parameters

workflowIdstring required

The workflow's ID. The <code>workflowId</code> is not the UUID.

versionNamestring required

The name of the workflow version.

Request body

descriptionstring

Description of the workflow version.

storageType'STATIC' | 'DYNAMIC'

The default storage type for runs that use this workflow version. The <code>storageType</code> can be overridden at run time. <code>DYNAMIC</code> storage dynamically scales the storage up or down, based on file system utilization. STATIC storage allocates a fixed amount of storage. For more information about dynamic and static storage types, see <a href="https://docs.aws.amazon.com/omics/latest/dev/workflows-run-types.html">Run storage types</a> in the <i>in the <i>Amazon Web Services HealthOmics User Guide</i> </i>.

storageCapacityinteger

The default static storage capacity (in gibibytes) for runs that use this workflow version. The <code>storageCapacity</code> can be overwritten at run time. The storage capacity is not required for runs with a <code>DYNAMIC</code> storage type.

readmeMarkdownstring

The markdown content for the workflow version's README file. This provides documentation and usage information for users of this specific workflow version.

Response

Success