---
title: "POST /retryworkflowstep/{id}#workflowId&stepGroupId"
method: POST
path: "/retryworkflowstep/{id}#workflowId&stepGroupId"
---

# POST /retryworkflowstep/{id}#workflowId&stepGroupId

`POST /retryworkflowstep/{id}#workflowId&stepGroupId`

Retry a failed step in a migration workflow.

## Path parameters

- `id` string, required

## Query parameters

- `workflowId` string, required
- `stepGroupId` string, required

## Response `200`

Success

- RetryWorkflowStepResponse
  - `stepGroupId` string — The ID of the step group.
  - `workflowId` string — The ID of the migration workflow.
  - `id` string — The ID of the step.
  - `status` 'AWAITING_DEPENDENCIES' | 'SKIPPED' | 'READY' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' | 'PAUSED' | 'USER_ATTENTION_REQUIRED' — The status of the step.

## Other responses

- `480` — ThrottlingException
- `481` — AccessDeniedException
- `482` — InternalServerException
- `483` — 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)
