From 6a1ede07966d6a0ef0b404eb127dd39c8cdbe34e Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Wed, 13 May 2026 13:03:39 +0000 Subject: [PATCH] Add --template-id and --container-disk-in-gb flags to runpodctl docs Document two new CLI flags from runpod/runpodctl PR #266: - serverless update --template-id: swap templates on existing endpoints - template update --container-disk-in-gb: update container disk size --- runpodctl/reference/runpodctl-serverless.mdx | 4 ++++ runpodctl/reference/runpodctl-template.mdx | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/runpodctl/reference/runpodctl-serverless.mdx b/runpodctl/reference/runpodctl-serverless.mdx index a09b2440..7daaeaff 100644 --- a/runpodctl/reference/runpodctl-serverless.mdx +++ b/runpodctl/reference/runpodctl-serverless.mdx @@ -173,6 +173,10 @@ runpodctl serverless update --workers-max 5 New name for the endpoint. + +New template ID to swap to. Use this to change the template attached to an existing endpoint without recreating it. + + New minimum number of workers. diff --git a/runpodctl/reference/runpodctl-template.mdx b/runpodctl/reference/runpodctl-template.mdx index 4775130f..b61fd42e 100644 --- a/runpodctl/reference/runpodctl-template.mdx +++ b/runpodctl/reference/runpodctl-template.mdx @@ -194,6 +194,10 @@ New environment variables as a JSON object. New README content. + +New container disk size in GB. + + ### Delete a template Delete a template: