docs: Document runpodctl model commands with add, list, and remove#644
docs: Document runpodctl model commands with add, list, and remove#644promptless[bot] wants to merge 4 commits into
Conversation
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. |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 | ||
| ``` |
There was a problem hiding this comment.
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
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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 💬