From 48e0908cfdf8228d0d663a839fb6a546d0fde936 Mon Sep 17 00:00:00 2001 From: DMatheo <102832704+DMatheo@users.noreply.github.com> Date: Mon, 10 Aug 2026 10:02:16 +0200 Subject: [PATCH] Clarify deletion period for inactive private action runners Specify the inactivity period for automatic deletion of runners. --- hugo/content/en/actions/private_actions/use_private_actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo/content/en/actions/private_actions/use_private_actions.md b/hugo/content/en/actions/private_actions/use_private_actions.md index e3ecc7fc81d..dbd6cdf8a5e 100644 --- a/hugo/content/en/actions/private_actions/use_private_actions.md +++ b/hugo/content/en/actions/private_actions/use_private_actions.md @@ -828,7 +828,7 @@ From the {{< ui >}}Private Action Runner{{< /ui >}} page in [Actions Catalog][6] ### Automatic deletion of inactive runners -To free up unused resources, Datadog automatically deletes node Agent-based private action runners that use API-key-only configuration after an extended period of inactivity. +To free up unused resources, Datadog automatically deletes node Agent-based private action runners that use API-key-only configuration after 35 days of inactivity. If your runner is deleted due to inactivity, restarting it results in an error. You must re-enroll the runner by repeating the installation steps.