Files
mintlify__docs/workflows/manage.mdx
mintlify[bot] 693dbc361f Fix Vale style warnings from PRs merged in the last week (#5690)
* Fix Vale style warnings across docs from past week of merges

Generated-By: mintlify-agent

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* Apply suggestions from code review

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-05-07 10:28:17 -07:00

33 lines
1.5 KiB
Plaintext

---
title: "Manage workflows"
description: "Trigger, disable, re-enable, and delete Mintlify workflows from your dashboard, and learn how schedules recalculate after you pause and resume a workflow."
keywords: ["manage workflows", "trigger workflow", "disable workflow", "enable workflow"]
---
## Disable a workflow
1. Go to the [Workflows](https://dashboard.mintlify.com/products/workflows?tab=workflows) page in your dashboard.
2. Click the toggle beside a workflow to disable it.
When you re-enable a scheduled workflow, Mintlify recalculates the next run time from the current time.
## Delete a custom workflow
Deleting a workflow is permanent and removes its configuration and run history.
1. Go to the [Workflows](https://dashboard.mintlify.com/products/workflows?tab=workflows) page in your dashboard.
2. Click the <Icon icon="gear" /> settings button beside a workflow.
3. Click **Delete**.
## View run history
Each workflow keeps a log of past runs, including the status and a summary of changes made.
1. Go to the [Workflows](https://dashboard.mintlify.com/products/workflows) page in your dashboard.
2. Click a workflow.
3. Use the dropdown menus to filter by specific workflows or status.
<Frame>
<img src="/images/workflows/workflow-runs-light.png" alt="Workflow runs with the status filter menu open." className="block dark:hidden" />
<img src="/images/workflows/workflow-runs-dark.png" alt="Workflow runs with the status filter menu open." className="hidden dark:block" />
</Frame>