Skip to content

Commit 6654ac1

Browse files
committed
Update all links to runpod console to use new format
1 parent 3930b6c commit 6654ac1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+87
-87
lines changed

docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@
474474
"anchors": [
475475
{
476476
"anchor": "Console",
477-
"href": "https://runpod.io/console/",
477+
"href": "https://console.runpod.io/",
478478
"icon": "code"
479479
},
480480
{
@@ -499,7 +499,7 @@
499499
"links": [
500500
{
501501
"label": "Sign up",
502-
"href": "https://runpod.io/console/signup"
502+
"href": "https://console.runpod.io/signup"
503503
}
504504
],
505505
"primary": {

get-started.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ If you're new to Runpod, follow this guide to learn how to create an account, de
1010

1111
Start by creating a Runpod account to access GPU Pods and Serverless compute resources:
1212

13-
1. [Sign up here](https://www.runpod.io/console/signup).
13+
1. [Sign up here](https://www.console.runpod.io/signup).
1414
2. Verify your email address.
1515
3. Set up two-factor authentication (recommended for security).
1616

1717
## Step 2: Deploy a Pod
1818

1919
Now that you've created your account, you're ready to deploy your first Pod:
2020

21-
1. Open the [Pods page](https://www.runpod.io/console/pods) in the web interface.
21+
1. Open the [Pods page](https://www.console.runpod.io/pods) in the web interface.
2222
2. Click the **Deploy** button.
2323
3. Select **RTX 2000 Ada** from the list of graphics cards.
2424

@@ -40,7 +40,7 @@ If you haven't set up payments yet, you'll be prompted to add a payment method a
4040

4141
After your Pod has finished starting up (this may take a minute or two), you can connect to it:
4242

43-
1. On the [Pods page](https://www.runpod.io/console/pods), find the Pod you just created and click the **Connect** button. If it's greyed out, your Pod hasn't finished starting up yet.
43+
1. On the [Pods page](https://www.console.runpod.io/pods), find the Pod you just created and click the **Connect** button. If it's greyed out, your Pod hasn't finished starting up yet.
4444

4545
<Frame>
4646
<img src="/images/192c2a1a-quickstart-connect-button.png" />
@@ -62,7 +62,7 @@ Congratulations! You just ran your first line of code using Runpod.
6262

6363
To avoid incurring unnecessary charges, make sure to:
6464

65-
1. Return to the [Pods page](https://www.runpod.io/console/pods).
65+
1. Return to the [Pods page](https://www.console.runpod.io/pods).
6666
2. Click the **Stop button** (square icon) to stop your Pod.
6767
3. Confirm by clicking the **Stop Pod** button.
6868

get-started/api-keys.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Legacy API keys generated before November 11, 2024 have either Read/Write or Rea
1414

1515
Follow these steps to create a new Runpod API key:
1616

17-
1. In the Runpod console, navigate to the [Settings page](https://www.runpod.io/console/user/settings).
17+
1. In the Runpod console, navigate to the [Settings page](https://www.console.runpod.io/user/settings).
1818

1919
2. Expand the **API Keys** section and select **Create API Key**.
2020

@@ -37,15 +37,15 @@ Runpod does not store your API key, so you may wish to save it elsewhere (e.g.,
3737

3838
To edit an API key:
3939

40-
1. Navigate to the [Settings page](https://www.runpod.io/console/user/settings).
40+
1. Navigate to the [Settings page](https://www.console.runpod.io/user/settings).
4141
2. Under **API Keys**, select the pencil icon for the key you wish to update
4242
3. Update the key with your desired permissions, then select **Update**.
4343

4444
## Enable/disable an API key
4545

4646
To enable/disable an API key:
4747

48-
1. Navigate to the [Settings page](https://www.runpod.io/console/user/settings).
48+
1. Navigate to the [Settings page](https://www.console.runpod.io/user/settings).
4949
2. Under **API Keys**, select the toggle for the API key you wish to enable/disable, then select **Yes** in the confirmation modal.
5050

5151
## Delete an API key

get-started/connect-to-runpod.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Runpod offers multiple ways to connect and manage your compute resources. Choose
99

1010
The Runpod console provides an intuitive web interface to launch and manage Pods, monitor resource usage, access Pod terminals, and view billing and usage history.
1111

12-
[Launch the Runpod console →](https://www.runpod.io/console)
12+
[Launch the Runpod console →](https://www.console.runpod.io)
1313

1414
## REST API
1515

get-started/manage-accounts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To access Runpod resources, you'll need to either create your own account or joi
66

77
## Create an account
88

9-
Sign up for an account at [Runpod.io](https://www.runpod.io/console/signup).
9+
Sign up for an account at [Runpod.io](https://www.console.runpod.io/signup).
1010

1111
### Convert personal account to a team account
1212

@@ -79,6 +79,6 @@ Full control over the account, ideal for administrators.
7979

8080
## Audit logs
8181

82-
Runpod includes audit logs to help you understand which actions were used. Go to the [Audit logs](https://www.runpod.io/console/user/audit-logs) settings.
82+
Runpod includes audit logs to help you understand which actions were used. Go to the [Audit logs](https://www.console.runpod.io/user/audit-logs) settings.
8383

8484
You can view and filter the audit logs by date range, user, resource, resource ID, and action.

hosting/burn-testing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ When everything is verified okay, start the Runpod agent again by running
2424
sudo systemctl start runpod
2525
```
2626

27-
Then, on your [machine dashboard](https://www.runpod.io/console/host/machines), self rent your machine to ensure it's working well with most popular templates.
27+
Then, on your [machine dashboard](https://www.console.runpod.io/host/machines), self rent your machine to ensure it's working well with most popular templates.

hub/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Whether you're a veteran developer who wants to share your work or a newcomer ex
5454

5555
You can deploy a repo from the Hub in seconds:
5656

57-
1. Navigate to the [Hub page](https://www.runpod.io/console/hub) in the Runpod console.
57+
1. Navigate to the [Hub page](https://www.console.runpod.io/hub) in the Runpod console.
5858
2. Browse the collection and select a repo that matches your needs.
5959
3. Review the repo details, including hardware requirements and available configuration options to ensure compatibility with your use case.
6060
4. Click the **Deploy** button in the top-right of the repo page. You can also use the dropdown menu to deploy an older version.

hub/publishing-guide.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tag: "BETA"
1111

1212
</Note>
1313

14-
Learn how to publish your repositories to the [Runpod Hub](https://www.runpod.io/console/hub), including how to configure your repository with the required `hub.json` and `tests.json` files.
14+
Learn how to publish your repositories to the [Runpod Hub](https://www.console.runpod.io/hub), including how to configure your repository with the required `hub.json` and `tests.json` files.
1515

1616
<Frame>
1717
<img src="/images/hub-publish-page.png" />
@@ -21,7 +21,7 @@ Learn how to publish your repositories to the [Runpod Hub](https://www.runpod.io
2121

2222
Follow these steps to add your repository to the Hub:
2323

24-
1. Navigate to the [Hub page](https://www.runpod.io/console/hub) in the Runpod console.
24+
1. Navigate to the [Hub page](https://www.console.runpod.io/hub) in the Runpod console.
2525
2. Under **Add your repo** click **Get Started**.
2626
3. Enter your GitHub repo URL.
2727
4. Follow the UI steps to add your repo to the Hub.

instant-clusters/axolotl.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Follow the steps below to deploy a cluster and start training your models effici
99

1010
## Step 1: Deploy an Instant Cluster
1111

12-
1. Open the [Instant Clusters page](https://www.runpod.io/console/cluster) on the Runpod web interface.
12+
1. Open the [Instant Clusters page](https://www.console.runpod.io/cluster) on the Runpod web interface.
1313
2. Click **Create Cluster**.
1414
3. Use the UI to name and configure your Cluster. For this walkthrough, keep **Pod Count** at **2** and select the option for **16x H100 SXM** GPUs. Keep the **Pod Template** at its default setting (Runpod PyTorch).
1515
4. Click **Deploy Cluster**. You should be redirected to the Instant Clusters page after a few seconds.
@@ -90,11 +90,11 @@ Congrats! You've successfully trained a model using Axolotl on an Instant Cluste
9090

9191
## Step 4: Clean up
9292

93-
If you no longer need your cluster, make sure you return to the [Instant Clusters page](https://www.runpod.io/console/cluster) and delete your cluster to avoid incurring extra charges.
93+
If you no longer need your cluster, make sure you return to the [Instant Clusters page](https://www.console.runpod.io/cluster) and delete your cluster to avoid incurring extra charges.
9494

9595
<Info>
9696

97-
You can monitor your cluster usage and spending using the **Billing Explorer** at the bottom of the [Billing page](https://www.runpod.io/console/user/billing) section under the **Cluster** tab.
97+
You can monitor your cluster usage and spending using the **Billing Explorer** at the bottom of the [Billing page](https://www.console.runpod.io/user/billing) section under the **Cluster** tab.
9898

9999
</Info>
100100

instant-clusters/pytorch.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Follow the steps below to deploy a cluster and start running distributed PyTorch
99

1010
## Step 1: Deploy an Instant Cluster
1111

12-
1. Open the [Instant Clusters page](https://www.runpod.io/console/cluster) on the Runpod web interface.
12+
1. Open the [Instant Clusters page](https://www.console.runpod.io/cluster) on the Runpod web interface.
1313
2. Click **Create Cluster**.
1414
3. Use the UI to name and configure your Cluster. For this walkthrough, keep **Pod Count** at **2** and select the option for **16x H100 SXM** GPUs. Keep the **Pod Template** at its default setting (Runpod PyTorch).
1515
4. Click **Deploy Cluster**. You should be redirected to the Instant Clusters page after a few seconds.
@@ -118,11 +118,11 @@ This diagram illustrates how local and global ranks are distributed across multi
118118

119119
## Step 5: Clean up
120120

121-
If you no longer need your cluster, make sure you return to the [Instant Clusters page](https://www.runpod.io/console/cluster) and delete your cluster to avoid incurring extra charges.
121+
If you no longer need your cluster, make sure you return to the [Instant Clusters page](https://www.console.runpod.io/cluster) and delete your cluster to avoid incurring extra charges.
122122

123123
<Info>
124124

125-
You can monitor your cluster usage and spending using the **Billing Explorer** at the bottom of the [Billing page](https://www.runpod.io/console/user/billing) section under the **Cluster** tab.
125+
You can monitor your cluster usage and spending using the **Billing Explorer** at the bottom of the [Billing page](https://www.console.runpod.io/user/billing) section under the **Cluster** tab.
126126

127127
</Info>
128128

instant-clusters/slurm.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Follow the steps below to deploy a cluster and start running distributed SLURM w
99

1010
## Requirements
1111

12-
* You've created a [Runpod account](https://www.runpod.io/console/home) and funded it with sufficient credits.
12+
* You've created a [Runpod account](https://www.console.runpod.io/home) and funded it with sufficient credits.
1313
* You have basic familiarity with Linux command line.
1414
* You're comfortable working with [Pods](/pods/overview) and understand the basics of [SLURM](https://slurm.schedmd.com/).
1515

1616
## Step 1: Deploy an Instant Cluster
1717

18-
1. Open the [Instant Clusters page](https://www.runpod.io/console/cluster) on the Runpod web interface.
18+
1. Open the [Instant Clusters page](https://www.console.runpod.io/cluster) on the Runpod web interface.
1919
2. Click **Create Cluster**.
2020
3. Use the UI to name and configure your cluster. For this walkthrough, keep **Pod Count** at **2** and select the option for **16x H100 SXM** GPUs. Keep the **Pod Template** at its default setting (Runpod PyTorch).
2121
4. Click **Deploy Cluster**. You should be redirected to the Instant Clusters page after a few seconds.
@@ -120,11 +120,11 @@ Check the output file created by the test (`test_simple_[JOBID].out`) and look f
120120

121121
## Step 8: Clean up
122122

123-
If you no longer need your cluster, make sure you return to the [Instant Clusters page](https://www.runpod.io/console/cluster) and delete your cluster to avoid incurring extra charges.
123+
If you no longer need your cluster, make sure you return to the [Instant Clusters page](https://www.console.runpod.io/cluster) and delete your cluster to avoid incurring extra charges.
124124

125125
<Info>
126126

127-
You can monitor your cluster usage and spending using the **Billing Explorer** at the bottom of the [Billing page](https://www.runpod.io/console/user/billing) section under the **Cluster** tab.
127+
You can monitor your cluster usage and spending using the **Billing Explorer** at the bottom of the [Billing page](https://www.console.runpod.io/user/billing) section under the **Cluster** tab.
128128

129129
</Info>
130130

integrations/mods.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To start using Mods, follow these step-by-step instructions:
1515

1616
1. **Obtain Your API Key**:
1717

18-
* Visit the [Runpod Settings](https://www.runpod.io/console/user/settings) page to retrieve your API key.
18+
* Visit the [Runpod Settings](https://www.console.runpod.io/user/settings) page to retrieve your API key.
1919
* If you haven't created an account yet, you'll need to sign up before obtaining the key.
2020

2121
2. **Install Mods**:

integrations/skypilot.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This integration leverages the Runpod CLI infrastructure, streamlining the proce
1111

1212
To begin using Runpod with SkyPilot, follow these steps:
1313

14-
1. **Obtain Your API Key**: Visit the [Runpod Settings](https://www.runpod.io/console/user/settings) page to get your API key. If you haven't created an account yet, you'll need to do so before obtaining the key.
14+
1. **Obtain Your API Key**: Visit the [Runpod Settings](https://www.console.runpod.io/user/settings) page to get your API key. If you haven't created an account yet, you'll need to do so before obtaining the key.
1515

1616
2. **Install Runpod**: Use the following command to install the latest version of Runpod:
1717

pods/configuration/expose-ports.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This means that uvicorn would be listening on all interfaces on port 4000. Let's
1414

1515
### Through Runpod's Proxy
1616

17-
In this case, you would want to make sure that the port you want to expose (4000 in this case) is set on the [Template](https://www.runpod.io/console/user/templates) or [Pod](https://www.runpod.io/console/pods) configuration page. You can see here that I have added 4000 to the HTTP port list in my pod config. You can also do this on your template definition.
17+
In this case, you would want to make sure that the port you want to expose (4000 in this case) is set on the [Template](https://www.console.runpod.io/user/templates) or [Pod](https://www.console.runpod.io/pods) configuration page. You can see here that I have added 4000 to the HTTP port list in my pod config. You can also do this on your template definition.
1818

1919
<Frame caption="">
2020
<img src="/images/f750ab73-1386a3c-image-00ce91cf90cd62e743f1382d8d722b0a.png" />

pods/configuration/use-ssh.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The basic terminal SSH access that Runpod exposes is not a full SSH connection a
1717
<img src="/images/004be354-4655a01-1-6b0dd022d29cebe257e9e5df21a52fb4.png" />
1818
</Frame>
1919

20-
2. Add your public key to your [Runpod user settings](https://www.runpod.io/console/user/settings).
20+
2. Add your public key to your [Runpod user settings](https://www.console.runpod.io/user/settings).
2121

2222
<Frame caption="">
2323
<img src="/images/58c926ba-4972691-2-8c4764cae5d826dd756d264474f818d5.png" />

pods/connect-to-a-pod.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To connect using this method:
6161
ssh-ed25519 AAAAC4NzaC1lZDI1JTE5AAAAIGP+L8hnjIcBqUb8NRrDiC32FuJBvRA0m8jLShzgq6BQ [email protected]
6262
```
6363

64-
3. Copy and paste the output into the **SSH Public Keys** field in your [Runpod user account settings](https://www.runpod.io/console/user/settings).
64+
3. Copy and paste the output into the **SSH Public Keys** field in your [Runpod user account settings](https://www.console.runpod.io/user/settings).
6565
4. To get the SSH command for your Pod, navigate to the [Pods page](https://console.runpod.io/pods) in the Runpod console.
6666
5. Expand your Pod and select **Connect**.
6767
6. Select the SSH tab. Copy the command listed under **SSH**. It should look something like this:

pods/manage-pods.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runpodctl config --apiKey [RUNPOD_API_KEY]
1919
<Tab title="Web">
2020
To create a Pod using the Runpod console:
2121

22-
1. Open the [Pods page](https://www.runpod.io/console/pods) in the Runpod console and click the **Deploy** button.
22+
1. Open the [Pods page](https://www.console.runpod.io/pods) in the Runpod console and click the **Deploy** button.
2323
2. (Optional) Specify a [network volume](/pods/storage/create-network-volumes) if you need to share data between multiple Pods, or to save data for later use.
2424
3. Select **GPU** or **CPU** using the buttons in the top-left corner of the window, and follow the configuration steps below.
2525

@@ -86,7 +86,7 @@ After a Pod is stopped, you will still be charged for its [disk volume](/pods/st
8686
<Tab title="Web">
8787
To stop a Pod:
8888

89-
1. Open the [Pods page](https://www.runpod.io/console/pods).
89+
1. Open the [Pods page](https://www.console.runpod.io/pods).
9090
2. Find the Pod you want to stop and expand it.
9191
3. Click the **Stop button** (square icon).
9292
4. Confirm by clicking the **Stop Pod** button.
@@ -142,7 +142,7 @@ Pods start as soon as they are created, but you can resume a Pod that has been s
142142
<Tab title="Web">
143143
To start a Pod:
144144

145-
1. Open the [Pods page](https://www.runpod.io/console/pods).
145+
1. Open the [Pods page](https://www.console.runpod.io/pods).
146146
2. Find the Pod you want to start and expand it.
147147
3. Click the **Start** button (play icon).
148148

@@ -171,7 +171,7 @@ Terminating a Pod permanently deletes all associated data that isn't stored in a
171171
<Tab title="Web">
172172
To terminate a Pod:
173173

174-
1. Open the [Pods page](https://www.runpod.io/console/pods).
174+
1. Open the [Pods page](https://www.console.runpod.io/pods).
175175
2. Find the Pod you want to terminate and expand it.
176176
3. [Stop the Pod](#stop-a-pod) if it's running.
177177
4. Click the **Terminate** button (trash icon).
@@ -198,7 +198,7 @@ runpodctl remove pods my-bulk-task --podCount 40
198198

199199
## List Pods
200200

201-
You can find a list of all your Pods on the [Pods page](https://www.runpod.io/console/pods) of the web interface.
201+
You can find a list of all your Pods on the [Pods page](https://www.console.runpod.io/pods) of the web interface.
202202

203203
If you're using the CLI, use the following command to list your Pods:
204204

pods/networking.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Global networking is currently only available on NVIDIA GPU Pods.
1414

1515
**Enable global networking**
1616

17-
1. Go to [Pods](https://www.runpod.io/console/pods) section and select **+ Deploy**.
17+
1. Go to [Pods](https://www.console.runpod.io/pods) section and select **+ Deploy**.
1818
2. Toggle the **Global Networking** to select Pods that have global networking enabled.
1919
3. Configure your GPUs and select **Deploy**.
2020

0 commit comments

Comments
 (0)