Skip to content

Conversation

@pantafive
Copy link
Contributor

@pantafive pantafive commented Dec 29, 2025

Summary

  • Remove --imageName as a required flag for create pod and create pods commands
  • Add runtime validation requiring --imageName only when --templateId is not specified
  • When using --templateId, the image name is already defined in the template on RunPod UI

Fixes #162

When creating a pod with --templateId, the image name is already defined in the template on RunPod UI. This removes --imageName as a required flag and adds runtime validation to require it only when --templateId is not set.

Fixes runpod#162
@pantafive pantafive force-pushed the fix/template-id-imagename-optional branch from 5302f5b to b65a681 Compare December 29, 2025 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Specifying --templateId should not require to specify --imageName

1 participant