From 06cf77b045cdf08b628f3bee81c664935712b3fe Mon Sep 17 00:00:00 2001
From: "mintlify-development[bot]"
<109878554+mintlify-development[bot]@users.noreply.github.com>
Date: Wed, 17 Jun 2026 04:00:38 +0000
Subject: [PATCH] docs: document retrying all failed workflow runs
---
workflows/manage.mdx | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/workflows/manage.mdx b/workflows/manage.mdx
index 9ecebf4a2..d80547ba7 100644
--- a/workflows/manage.mdx
+++ b/workflows/manage.mdx
@@ -122,3 +122,18 @@ Each workflow keeps a log of past runs, including the status and a summary of ch
+
+## Retry failed runs
+
+You can retry an individual failed run from the **Runs** tab, or retry every failed run across your active workflows in one action.
+
+To retry all failed runs:
+
+1. Go to the [Workflow Runs](https://app.mintlify.com/products/workflows) page in your dashboard.
+2. Click **Retry failed runs**.
+
+Mintlify queues the retries in the background and returns immediately. Only runs from the last 30 days on currently active workflows are eligible. To limit a retry to specific workflows, filter the page by those workflows before clicking **Retry failed runs**.
+
+
+ Mintlify automatically deduplicates retries so the same run is not queued twice. For scheduled and merge-style workflows, only the latest failed run in a group is retried.
+