Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions runpodctl/reference/runpodctl-serverless.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@ runpodctl serverless update <endpoint-id> --workers-max 5
New name for the endpoint.
</ResponseField>

<ResponseField name="--template-id" type="string">
Comment thread
lavanya-gunreddi marked this conversation as resolved.
New template ID to swap to. Use this to change the template attached to an existing endpoint without recreating it.
</ResponseField>

<ResponseField name="--workers-min" type="int">
New minimum number of workers.
</ResponseField>
Expand Down
4 changes: 4 additions & 0 deletions runpodctl/reference/runpodctl-template.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ New environment variables as a JSON object.
New README content.
</ResponseField>

Comment thread
lavanya-gunreddi marked this conversation as resolved.
<ResponseField name="--container-disk-in-gb" type="int">
New container disk size in GB.
</ResponseField>

### Delete a template

Delete a template:
Expand Down
Loading