From d7e8366a4237efc1b383879e2fd6b6cd71bef146 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Fri, 12 Jun 2026 21:00:16 +0000 Subject: [PATCH] Fix runpodctl pod command syntax Change `runpodctl pod ` to `runpodctl pod` to match the actual CLI syntax. --- runpodctl/reference/runpodctl-pod.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runpodctl/reference/runpodctl-pod.mdx b/runpodctl/reference/runpodctl-pod.mdx index 35641523..3ae1c05b 100644 --- a/runpodctl/reference/runpodctl-pod.mdx +++ b/runpodctl/reference/runpodctl-pod.mdx @@ -6,7 +6,7 @@ sidebarTitle: "pod" Manage Pods, including creating, listing, starting, stopping, and deleting Pods. ```bash -runpodctl pod [flags] +runpodctl pod [flags] ``` ## Subcommands