mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
693dbc361f
* 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>
33 lines
1.5 KiB
Plaintext
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>
|