---
title: "POST /migrationworkflow/"
method: POST
path: "/migrationworkflow/"
---

# POST /migrationworkflow/

`POST /migrationworkflow/`

Create a workflow to orchestrate your migrations.

## Request body

- object
  - `name` string, required — The name of the migration workflow.
  - `description` string — The description of the migration workflow.
  - `templateId` string, required — The ID of the template.
  - `applicationConfigurationId` string — The configuration ID of the application configured in Application Discovery Service.
  - `inputParameters` object, required — The input parameters required to create a migration workflow.
  - `stepTargets` StringListMember[] — The servers on which a step will be run.
  - `tags` object — The tags to add on a migration workflow.

## Response `200`

Success

- CreateMigrationWorkflowResponse
  - `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 configuration ID of the application configured in Application Discovery Service.
  - `workflowInputs` object — The inputs for creating 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.
  - `tags` object — The tags to add on a migration workflow.

## Other responses

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

---

[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)
