From 0e850bd5d64da3a0541085a91a01e7029a927cd9 Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 26 Aug 2026 12:46:21 -0400 Subject: [PATCH 1/2] docs(runpodctl): correct --stop-after and --terminate-after formats --- runpodctl/reference/runpodctl-pod.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runpodctl/reference/runpodctl-pod.mdx b/runpodctl/reference/runpodctl-pod.mdx index 3ae1c05b4..92227ef52 100644 --- a/runpodctl/reference/runpodctl-pod.mdx +++ b/runpodctl/reference/runpodctl-pod.mdx @@ -185,11 +185,11 @@ Country code for regional deployment (e.g., `US`, `CA`, `EU`). Restricts Pod pla -Automatically stop the Pod after the specified duration (e.g., `1h`, `24h`, `7d`). +Automatically stop the Pod after a duration (e.g., `1h`, `24h`, `7d`) or at an RFC 3339 timestamp (e.g., `2026-04-15T00:00:00Z`). GPU Pods only. -Automatically terminate the Pod after the specified duration (e.g., `1h`, `24h`, `7d`). Unlike `--stop-after`, this permanently deletes the Pod. +Automatically terminate the Pod after a duration (e.g., `1h`, `24h`, `7d`) or at an RFC 3339 timestamp (e.g., `2026-04-15T00:00:00Z`). Unlike `--stop-after`, this permanently deletes the Pod. GPU Pods only. From 86b22ea026e4a448fddae92aaea09571be7a1e82 Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 26 Aug 2026 15:29:04 -0400 Subject: [PATCH 2/2] docs(runpodctl): drop --stop-after and --terminate-after --- runpodctl/reference/runpodctl-pod.mdx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/runpodctl/reference/runpodctl-pod.mdx b/runpodctl/reference/runpodctl-pod.mdx index 92227ef52..9b2bef921 100644 --- a/runpodctl/reference/runpodctl-pod.mdx +++ b/runpodctl/reference/runpodctl-pod.mdx @@ -184,14 +184,6 @@ Container registry authentication ID for pulling private images. Use [`runpodctl Country code for regional deployment (e.g., `US`, `CA`, `EU`). Restricts Pod placement to machines in the specified region. - -Automatically stop the Pod after a duration (e.g., `1h`, `24h`, `7d`) or at an RFC 3339 timestamp (e.g., `2026-04-15T00:00:00Z`). GPU Pods only. - - - -Automatically terminate the Pod after a duration (e.g., `1h`, `24h`, `7d`) or at an RFC 3339 timestamp (e.g., `2026-04-15T00:00:00Z`). Unlike `--stop-after`, this permanently deletes the Pod. GPU Pods only. - - Compliance settings for the Pod (e.g., regulatory requirements for data handling).