From 80d1d7209b0996c94b03d24ccd95a0ea8105c778 Mon Sep 17 00:00:00 2001
From: sjmiller609 <7516283+sjmiller609@users.noreply.github.com>
Date: Fri, 14 Aug 2026 17:03:58 +0000
Subject: [PATCH] Document automatic proxy cleanup
---
proxies/overview.mdx | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/proxies/overview.mdx b/proxies/overview.mdx
index 575a41d..81a511e 100644
--- a/proxies/overview.mdx
+++ b/proxies/overview.mdx
@@ -28,6 +28,10 @@ Residential and mobile proxies use **rotating exit IPs** that may change per con
Create a proxy configuration from the types above that can be reused across browser sessions:
+
+KERNEL automatically deletes proxy configurations that haven't been used for 14 days when your organization has more than 100 active configurations. Configurations attached to sessions, pools, instances, or managed auth connections are retained.
+
+
```typescript Typescript/Javascript
import Kernel from '@onkernel/sdk';