---
title: "Retry a Maestro run"
method: POST
path: "/v1/app-automate/maestro/{project_id}/{run_id}/retry"
tags: ["App-automate Maestro"]
---

# Retry a Maestro run

`POST /v1/app-automate/maestro/{project_id}/{run_id}/retry`

Re-runs an entire Maestro run. Creates a new run on the same device configuration (capabilities) and options, re-scheduling every flow. Returns the newly created run; poll it for status.

## Path parameters

- `project_id` integer, required
- `run_id` integer, required

## Response `201`

Retry a Maestro run

- TestingbotEntitiesMaestroRunRetryAck — Testingbot_Entities_MaestroRunRetryAck model
  - `success` boolean, required — Whether the retry was queued.
  - `run` object, required — The newly-queued run.

---

[API](https://skmtc.dev/testingbot/apis/testingbot-rest-api.md) · [All operations](https://skmtc.dev/testingbot/apis/testingbot-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/testingbot/testingbot-rest-api/revisions/235c6ba65e6f/schema)
