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

# POST /migrationworkflow/{id}/stop

`POST /migrationworkflow/{id}/stop`

Stop an ongoing migration workflow.

## Path parameters

- `id` string, required

## Response `200`

Success

- StopMigrationWorkflowResponse
  - `id` string — The ID of the migration workflow.
  - `arn` string — The Amazon Resource Name (ARN) of the migration workflow.
  - `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.
  - `statusMessage` string — The status message of the migration workflow.
  - `lastStopTime` string, date-time — The time at which the migration workflow was stopped.

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