diff --git a/automations/manage.mdx b/automations/manage.mdx
index fa4703fe5..4431c30c4 100644
--- a/automations/manage.mdx
+++ b/automations/manage.mdx
@@ -105,6 +105,17 @@ You can add target languages at any time by opening the automation's settings an
+## Trigger an automation manually
+
+Scheduled automations can be run on demand without waiting for the next cron tick.
+
+1. Open the [Automations](https://app.mintlify.com/products/automations) page in your dashboard.
+2. Click the settings button beside a scheduled automation.
+3. Click **Run now** next to the schedule field. For the **Translate content** automation, the button is labeled **Translate now**.
+4. Open the **Runs** tab to follow the run's progress.
+
+The automation must be turned on before you can trigger it manually. Content update and code change automations cannot be triggered from the dashboard—they run when their source event occurs. To trigger any automation from the terminal or CI, see [`mint automation`](/cli/commands#mint-workflow).
+
## Disable an automation
1. Go to the [Automations](https://app.mintlify.com/products/automations) page in your dashboard.
@@ -112,6 +123,17 @@ You can add target languages at any time by opening the automation's settings an
When you re-enable a scheduled automation or change its schedule, Mintlify recalculates the next run time from the current time. Disabled automations do not retain a pending run time.
+## Delete an automation
+
+Custom automations can be deleted permanently. Predefined automations cannot be deleted—disable them instead.
+
+1. Open the [Automations](https://app.mintlify.com/products/automations) page in your dashboard.
+2. Click the settings button beside the custom automation you want to remove.
+3. Click **Delete** in the settings drawer footer.
+4. Confirm the deletion. This cannot be undone.
+
+Deleting an automation removes its configuration and stops future runs. Past run history remains available on the [Automation Runs](https://app.mintlify.com/products/automations) page.
+
## View run history
Each automation keeps a log of past runs, including the status and a summary of changes made.
diff --git a/es/workflows/manage.mdx b/es/workflows/manage.mdx
index c71ec5efa..74b583129 100644
--- a/es/workflows/manage.mdx
+++ b/es/workflows/manage.mdx
@@ -119,6 +119,19 @@ Puedes añadir idiomas de destino en cualquier momento abriendo la configuració
+
+ ## Ejecutar un workflow manualmente
+
+
+Los workflows programados se pueden ejecutar bajo demanda sin esperar al siguiente tick del cron.
+
+1. Abre la página [Workflows](https://app.mintlify.com/products/workflows?tab=workflows) en tu panel.
+2. Haz clic en el botón de configuración junto a un workflow programado.
+3. Haz clic en **Run now** junto al campo de programación. Para el workflow **Translate content**, el botón se llama **Translate now**.
+4. Abre la pestaña **Runs** para seguir el progreso de la ejecución.
+
+El workflow debe estar activado para poder ejecutarlo manualmente. Los workflows de actualización de contenido y de cambios en el código no se pueden ejecutar desde el panel: se ejecutan cuando ocurre su evento de origen. Para ejecutar cualquier workflow desde la terminal o desde CI, consulta [`mint workflow`](/es/cli/commands#mint-workflow).
+
## Desactivar un workflow
@@ -128,6 +141,19 @@ Puedes añadir idiomas de destino en cualquier momento abriendo la configuració
Cuando reactivas un workflow programado, Mintlify recalcula la próxima hora de ejecución a partir de la hora actual.
+
+ ## Eliminar un workflow
+
+
+Los workflows personalizados se pueden eliminar de forma permanente. Los workflows predefinidos no se pueden eliminar: desactívalos en su lugar.
+
+1. Abre la página [Workflows](https://app.mintlify.com/products/workflows?tab=workflows) en tu panel.
+2. Haz clic en el botón de configuración junto al workflow personalizado que quieres eliminar.
+3. Haz clic en **Delete** en el pie del panel de configuración.
+4. Confirma la eliminación. Esta acción no se puede deshacer.
+
+Eliminar un workflow elimina su configuración y detiene las ejecuciones futuras. El historial de ejecuciones pasadas sigue disponible en la página [Workflow Runs](https://app.mintlify.com/products/workflows).
+
## Ver el historial de ejecuciones
diff --git a/fr/workflows/manage.mdx b/fr/workflows/manage.mdx
index f6c965f75..5cf94fb7f 100644
--- a/fr/workflows/manage.mdx
+++ b/fr/workflows/manage.mdx
@@ -119,6 +119,19 @@ Vous pouvez ajouter des langues cibles à tout moment en ouvrant les paramètres
+
+ ## Déclencher un workflow manuellement
+
+
+Les workflows planifiés peuvent être exécutés à la demande sans attendre la prochaine occurrence du cron.
+
+1. Ouvrez la page [Workflows](https://app.mintlify.com/products/workflows?tab=workflows) dans votre tableau de bord.
+2. Cliquez sur le bouton de paramètres à côté d'un workflow planifié.
+3. Cliquez sur **Run now** à côté du champ de planification. Pour le workflow **Translate content**, le bouton s'intitule **Translate now**.
+4. Ouvrez l'onglet **Runs** pour suivre la progression de l'exécution.
+
+Le workflow doit être activé pour pouvoir être exécuté manuellement. Les workflows déclenchés par une mise à jour de contenu ou un changement de code ne peuvent pas être lancés depuis le tableau de bord : ils s'exécutent quand leur événement source se produit. Pour déclencher un workflow depuis le terminal ou la CI, consultez [`mint workflow`](/fr/cli/commands#mint-workflow).
+
## Désactiver un workflow
@@ -128,6 +141,19 @@ Vous pouvez ajouter des langues cibles à tout moment en ouvrant les paramètres
Lorsque vous réactivez un workflow planifié, Mintlify recalcule la prochaine heure d'exécution à partir de l'heure actuelle.
+
+ ## Supprimer un workflow
+
+
+Les workflows personnalisés peuvent être supprimés définitivement. Les workflows prédéfinis ne peuvent pas être supprimés : désactivez-les à la place.
+
+1. Ouvrez la page [Workflows](https://app.mintlify.com/products/workflows?tab=workflows) dans votre tableau de bord.
+2. Cliquez sur le bouton de paramètres à côté du workflow personnalisé que vous souhaitez supprimer.
+3. Cliquez sur **Delete** dans le pied du panneau de paramètres.
+4. Confirmez la suppression. Cette action est irréversible.
+
+Supprimer un workflow efface sa configuration et arrête les exécutions futures. L'historique des exécutions passées reste disponible sur la page [Workflow Runs](https://app.mintlify.com/products/workflows).
+
## Consulter l'historique des exécutions