---
title: "POST /migrationworkflow/{id}"
method: POST
path: "/migrationworkflow/{id}"
---

# POST /migrationworkflow/{id}

`POST /migrationworkflow/{id}`

Update a migration workflow.

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string — The name of the migration workflow.
  - `description` string — The description of the migration workflow.
  - `inputParameters` object — The input parameters required to update a migration workflow.
  - `stepTargets` StringListMember[] — The servers on which a step will be run.

## Response `200`

Success

- UpdateMigrationWorkflowResponse
  - `id` string — The ID of the migration workflow.
  - `arn` string — The Amazon Resource Name (ARN) of the migration workflow.
  - `name` string — The name of the migration workflow.
  - `description` string — The description of the migration workflow.
  - `templateId` string — The ID of the template.
  - `adsApplicationConfigurationId` string — The ID of the application configured in Application Discovery Service.
  - `workflowInputs` object — The inputs required to update a migration workflow.
  - `stepTargets` StringListMember[] — The servers on which a step will be run.
  - `status` 'CREATING' | 'NOT_STARTED' | 'CREATION_FAILED' | 'STARTING' | 'IN_PROGRESS' | 'WORKFLOW_FAILED' | 'PAUSED' | 'PAUSING' | 'PAUSING_FAILED' | 'USER_ATTENTION_REQUIRED' | 'DELETING' | 'DELETION_FAILED' | 'DELETED' | 'COMPLETED' — The status of the migration workflow.
  - `creationTime` string, date-time — The time at which the migration workflow was created.
  - `lastModifiedTime` string, date-time — The time at which the migration workflow was last modified.
  - `tags` object — The tags added to the migration workflow.

## Other responses

- `480` — ThrottlingException
- `481` — AccessDeniedException
- `482` — InternalServerException
- `483` — ValidationException
- `484` — ResourceNotFoundException

---

[API](https://skmtc.net/aws/apis/migrationhuborchestrator.md) · [All operations](https://skmtc.net/aws/apis/migrationhuborchestrator/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/migrationhuborchestrator/versions/d388f030f5e3/schema)
