v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107682538.8 KB

Updates information about a workflow.

You can update the following workflow information:

  • Name

  • Description

  • Default storage type

  • Default storage capacity (with workflow ID)

This operation returns a response with no body if the operation is successful. You can check the workflow updates by calling the GetWorkflow API operation.

For more information, see Update a private workflow in the Amazon Web Services HealthOmics User Guide.

post/workflow/{id}

Path parameters

idstring required

The workflow's ID.

Request body

namestring

A name for the workflow.

descriptionstring

A description for the workflow.

storageType'STATIC' | 'DYNAMIC'

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

storageCapacityinteger

The default static storage capacity (in gibibytes) for runs that use this workflow or workflow version.

readmeMarkdownstring

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

Response

Success