Skip to content

docs: Document runpodctl model commands with add, list, and remove#644

Open
promptless[bot] wants to merge 4 commits into
mainfrom
promptless/runpodctl-model-command
Open

docs: Document runpodctl model commands with add, list, and remove#644
promptless[bot] wants to merge 4 commits into
mainfrom
promptless/runpodctl-model-command

Conversation

@promptless
Copy link
Copy Markdown
Contributor

@promptless promptless Bot commented Jun 4, 2026

Open this suggestion in Promptless to view citations and reasoning process

Expands the runpodctl model command reference to include all subcommands: model add (with --owner flag for team accounts), model list (with --provider and --name filters), and model remove. Also documents the RUNPOD_GRAPHQL_URL environment variable for custom GraphQL endpoints.

Trigger Events


Tip: Use Slack message actions (⋯ menu → Update Docs) to capture doc updates without interrupting conversations 💬

promptless Bot added 4 commits May 11, 2026 22:20
Document the runpodctl model list command, including the new Version Hash
column that displays the model version hash needed for the --model-reference
flag when creating Serverless endpoints.
- Add model add subcommand with all flags including new --owner flag
- Add model remove subcommand documentation
- Document --provider and --name filter flags for model list
- Add RUNPOD_GRAPHQL_URL environment variable documentation
- Remove --all flag from list (removed in runpodctl PR #283)
- Remove --version-status flag from add (removed in runpodctl PR #283)
sidebarTitle: "model"
---

Manage models in the Model Repo, including adding, uploading, listing, and removing models.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added model command documentation based on PR #278, which introduces the Version Hash column to runpodctl model list. The version hash is needed for the --model-reference flag when creating Serverless endpoints.

Source: runpod/runpodctl#278

runpodctl model add --name "my-model" --model-path ./model-files
```

#### Add flags
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added --owner flag documentation from PR #283 which introduced the flag in cmd/model/addModelToRepo.go:119. Also removed --version-status flag which was removed in the same PR.

Source: runpod/runpodctl#283


```bash
runpodctl model remove my-model
```
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added RUNPOD_GRAPHQL_URL environment variable documentation from PR #283 which changed the env var from RUNPOD_API_URL to RUNPOD_GRAPHQL_URL in api/query.go:35.

Source: runpod/runpodctl#283

@mintlify
Copy link
Copy Markdown

mintlify Bot commented Jun 4, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
runpod-docs 🟢 Ready View Preview Jun 4, 2026, 10:10 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

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.

0 participants