Skip to content
Draft
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
8 changes: 0 additions & 8 deletions runpodctl/reference/runpodctl-pod.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

## Subcommands

### List Pods

Check warning on line 14 in runpodctl/reference/runpodctl-pod.mdx

View check run for this annotation

Mintlify / Mintlify Validation (runpod-b18f5ded) - vale-spellcheck

runpodctl/reference/runpodctl-pod.mdx#L14

'List Pods' should use sentence-style capitalization.

List your Pods. By default, this command shows only running Pods (similar to `docker ps`):

Check warning on line 16 in runpodctl/reference/runpodctl-pod.mdx

View check run for this annotation

Mintlify / Mintlify Validation (runpod-b18f5ded) - vale-spellcheck

runpodctl/reference/runpodctl-pod.mdx#L16

Use parentheses judiciously.

```bash
runpodctl pod list
Expand Down Expand Up @@ -70,7 +70,7 @@
Filter by Pod name.
</ResponseField>

### Get Pod details

Check warning on line 73 in runpodctl/reference/runpodctl-pod.mdx

View check run for this annotation

Mintlify / Mintlify Validation (runpod-b18f5ded) - vale-spellcheck

runpodctl/reference/runpodctl-pod.mdx#L73

'Get Pod details' should use sentence-style capitalization.

Get detailed information about a specific Pod, including SSH connection info:

Expand All @@ -78,7 +78,7 @@
runpodctl pod get <pod-id>
```

### Create a Pod

Check warning on line 81 in runpodctl/reference/runpodctl-pod.mdx

View check run for this annotation

Mintlify / Mintlify Validation (runpod-b18f5ded) - vale-spellcheck

runpodctl/reference/runpodctl-pod.mdx#L81

'Create a Pod' should use sentence-style capitalization.

Create a new Pod from a template:

Expand Down Expand Up @@ -184,19 +184,11 @@
Country code for regional deployment (e.g., `US`, `CA`, `EU`). Restricts Pod placement to machines in the specified region.
</ResponseField>

<ResponseField name="--stop-after" type="string">
Automatically stop the Pod after the specified duration (e.g., `1h`, `24h`, `7d`).
</ResponseField>

<ResponseField name="--terminate-after" type="string">
Automatically terminate the Pod after the specified duration (e.g., `1h`, `24h`, `7d`). Unlike `--stop-after`, this permanently deletes the Pod.
</ResponseField>

<ResponseField name="--compliance" type="string">
Compliance settings for the Pod (e.g., regulatory requirements for data handling).
</ResponseField>

### Start a Pod

Check warning on line 191 in runpodctl/reference/runpodctl-pod.mdx

View check run for this annotation

Mintlify / Mintlify Validation (runpod-b18f5ded) - vale-spellcheck

runpodctl/reference/runpodctl-pod.mdx#L191

'Start a Pod' should use sentence-style capitalization.

Start a stopped Pod:

Expand All @@ -204,7 +196,7 @@
runpodctl pod start <pod-id>
```

### Stop a Pod

Check warning on line 199 in runpodctl/reference/runpodctl-pod.mdx

View check run for this annotation

Mintlify / Mintlify Validation (runpod-b18f5ded) - vale-spellcheck

runpodctl/reference/runpodctl-pod.mdx#L199

'Stop a Pod' should use sentence-style capitalization.

Stop a running Pod:

Expand All @@ -212,7 +204,7 @@
runpodctl pod stop <pod-id>
```

### Restart a Pod

Check warning on line 207 in runpodctl/reference/runpodctl-pod.mdx

View check run for this annotation

Mintlify / Mintlify Validation (runpod-b18f5ded) - vale-spellcheck

runpodctl/reference/runpodctl-pod.mdx#L207

'Restart a Pod' should use sentence-style capitalization.

Restart a Pod:

Expand All @@ -220,7 +212,7 @@
runpodctl pod restart <pod-id>
```

### Reset a Pod

Check warning on line 215 in runpodctl/reference/runpodctl-pod.mdx

View check run for this annotation

Mintlify / Mintlify Validation (runpod-b18f5ded) - vale-spellcheck

runpodctl/reference/runpodctl-pod.mdx#L215

'Reset a Pod' should use sentence-style capitalization.

Reset a Pod to its initial state:

Expand All @@ -228,7 +220,7 @@
runpodctl pod reset <pod-id>
```

### Update a Pod

Check warning on line 223 in runpodctl/reference/runpodctl-pod.mdx

View check run for this annotation

Mintlify / Mintlify Validation (runpod-b18f5ded) - vale-spellcheck

runpodctl/reference/runpodctl-pod.mdx#L223

'Update a Pod' should use sentence-style capitalization.

Update Pod configuration:

Expand Down Expand Up @@ -266,7 +258,7 @@
New environment variables as a JSON object.
</ResponseField>

### Delete a Pod

Check warning on line 261 in runpodctl/reference/runpodctl-pod.mdx

View check run for this annotation

Mintlify / Mintlify Validation (runpod-b18f5ded) - vale-spellcheck

runpodctl/reference/runpodctl-pod.mdx#L261

'Delete a Pod' should use sentence-style capitalization.

Delete a Pod:

Expand Down
Loading