Skip to content
Open
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
2 changes: 1 addition & 1 deletion runpodctl/reference/runpodctl-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebarTitle: "config"
Configure the Runpod CLI with your API credentials and API URL to enable programmatic access to your Runpod resources.

<RequestExample>
```sh Command
```sh Command icon="code"
runpodctl config [flags]
```
</RequestExample>
Expand Down
2 changes: 1 addition & 1 deletion runpodctl/reference/runpodctl-create-pod.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebarTitle: "create pod"
Create and start a new Pod on Runpod with configuration options for GPU type, storage, networking, and cloud tier.

<RequestExample>
```sh Command
```sh Command icon="code"
runpodctl create pod [flags]
```
</RequestExample>
Expand Down
2 changes: 1 addition & 1 deletion runpodctl/reference/runpodctl-create-pods.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebarTitle: "create pods"
Create multiple Pods at once with identical configurations (useful for parallel workloads or distributed training).

<RequestExample>
```sh Command
```sh Command icon="code"
runpodctl create pods [flags]
```
</RequestExample>
Expand Down
2 changes: 1 addition & 1 deletion runpodctl/reference/runpodctl-get-cloud.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebarTitle: "get cloud"
List all GPUs currently available in the Runpod cloud, with options for filtering by GPU count, memory/disk size, and cloud type.

<RequestExample>
```sh Command
```sh Command icon="code"
runpodctl get cloud <gpuCount> [flags]
```
</RequestExample>
Expand Down
2 changes: 1 addition & 1 deletion runpodctl/reference/runpodctl-get-pod.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebarTitle: "get pod"
List all your Pods or retrieve details about a specific Pod by its ID.

<RequestExample>
```sh Command
```sh Command icon="code"
runpodctl get pod <podId> [flags]
```
</RequestExample>
Expand Down
2 changes: 1 addition & 1 deletion runpodctl/reference/runpodctl-receive.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebarTitle: "receive"
Receive files or folders sent from another machine using a secure peer-to-peer connection established with a connection code.

<RequestExample>
```sh Command
```sh Command icon="code"
runpodctl receive <code> [flags]
```
</RequestExample>
Expand Down
2 changes: 1 addition & 1 deletion runpodctl/reference/runpodctl-remove-pod.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebarTitle: "remove pod"
Permanently delete a Pod and all its associated data. This action cannot be undone.

<RequestExample>
```sh Command
```sh Command icon="code"
runpodctl remove pod <podId>
```
</RequestExample>
Expand Down
2 changes: 1 addition & 1 deletion runpodctl/reference/runpodctl-remove-pods.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebarTitle: "remove pods"
Terminate multiple Pods that share the same name. This is useful for cleaning up groups of Pods created with the `create pods` command.

<RequestExample>
```sh Command
```sh Command icon="code"
runpodctl remove pods <name> [flags]
```
</RequestExample>
Expand Down
2 changes: 1 addition & 1 deletion runpodctl/reference/runpodctl-send.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebarTitle: "send"
Transfer files or folders from your local machine to a Pod or another computer using a secure peer-to-peer connection.

<RequestExample>
```sh Command
```sh Command icon="code"
runpodctl send <fileOrFolder> [flags]
```
</RequestExample>
Expand Down
2 changes: 1 addition & 1 deletion runpodctl/reference/runpodctl-ssh-add-key.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebarTitle: "ssh add-key"
Add an SSH public key to your Runpod account for secure Pod access. If no key is provided, a new key pair will be generated automatically.

<RequestExample>
```sh Command
```sh Command icon="code"
runpodctl ssh add-key [flags]
```
</RequestExample>
Expand Down
2 changes: 1 addition & 1 deletion runpodctl/reference/runpodctl-ssh-list-keys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebarTitle: "ssh list-keys"
Display all SSH keys associated with your Runpod account.

<RequestExample>
```sh Command
```sh Command icon="code"
runpodctl ssh list-keys [flags]
```
</RequestExample>
Expand Down
2 changes: 1 addition & 1 deletion runpodctl/reference/runpodctl-start-pod.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebarTitle: "start pod"
Start a stopped Pod, resuming compute and billing. Use this to restart Pods that were previously stopped.

<RequestExample>
```sh Command
```sh Command icon="code"
runpodctl start pod <podId> [flags]
```
</RequestExample>
Expand Down
2 changes: 1 addition & 1 deletion runpodctl/reference/runpodctl-stop-pod.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebarTitle: "stop pod"
Stop a running Pod to pause compute operations. The Pod's persistent storage will be retained, but you'll continue to be charged for storage until the Pod is removed.

<RequestExample>
```sh Command
```sh Command icon="code"
runpodctl stop pod <podId> [flags]
```
</RequestExample>
Expand Down
2 changes: 1 addition & 1 deletion runpodctl/reference/runpodctl-update.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebarTitle: "update"
Update `runpodctl` to the latest version to access new features and bug fixes.

<RequestExample>
```sh Command
```sh Command icon="code"
runpodctl update
```
</RequestExample>
Expand Down
2 changes: 1 addition & 1 deletion runpodctl/reference/runpodctl-version.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebarTitle: "version"
Display the current version of `runpodctl` installed on your system.

<RequestExample>
```sh Command
```sh Command icon="code"
runpodctl version
```
</RequestExample>
Expand Down