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 accounts-billing/billing.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Billing overview"
sidebarTitle: "Billing overview"
description: "Understand how Runpod billing works, manage your credits, and configure payment methods."
description: "Understand how Runpod billing works, manage your credits, and configure payment methods. Review account, billing, and management details for Runpod."
---

Runpod uses a credit-based billing system where you add funds to your account and charges are deducted as you use resources. All compute and storage charges are billed per second, with no fees for data transfer.
Expand Down
2 changes: 1 addition & 1 deletion accounts-billing/cost-centers.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Cost centers"
description: "Track and organize Runpod spending by team, project, or department."
description: "Track and organize Runpod spending by team, project, or department. Review account, billing, and management details for Runpod."
tag: "NEW"
---

Expand Down
2 changes: 1 addition & 1 deletion accounts-billing/manage-accounts.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Manage accounts"
description: "Create accounts, manage teams, and configure user permissions in Runpod."
description: "Create accounts, manage teams, and configure user permissions in Runpod. Review account, billing, and management details for Runpod."
---

To access Runpod resources, you need to either create your own account or join an existing team through an invitation. This guide explains how to set up and manage accounts, teams, and user roles.
Expand Down
2 changes: 1 addition & 1 deletion accounts-billing/manage-payment-cards.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Troubleshoot payment card declines"
sidebarTitle: "Payment card declines"
description: "Resolve declined payment cards and prevent service interruptions on Runpod."
description: "Resolve declined payment cards and prevent service interruptions on Runpod. Review account, billing, and management details for Runpod."
---

Payment card declines can occur when adding funds to your Runpod account. This guide explains common causes and how to resolve them.
Expand Down
2 changes: 1 addition & 1 deletion accounts-billing/referrals.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Referral, affiliate, and creator programs"
sidebarTitle: "Referral programs"
description: "Earn additional revenue through Runpod's referral, affiliate, and creator programs"
description: "Earn additional revenue through Runpod's referral, affiliate, and creator programs. Review account, billing, and management details for Runpod."
---

Runpod offers three programs that help you earn additional revenue while helping us grow our community. Whether you're referring new users, creating popular templates, or driving significant traffic, there's a program that fits your contribution style.
Expand Down
72 changes: 36 additions & 36 deletions api-reference/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
}
},
"summary": "OpenAPI 3.0 schema",
"description": "The OpenAPI 3.0 schema.",
"description": "The OpenAPI 3.0 schema. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.",
"operationId": "GetOpenAPI"
}
},
Expand Down Expand Up @@ -106,7 +106,7 @@
"pods"
],
"summary": "Create a new Pod",
"description": "Creates a new [Pod](#/components/schemas/Pod) and optionally deploys it.",
"description": "Creates a new [Pod](#/components/schemas/Pod) and optionally deploys it. Review parameters and responses for this Runpod API operation.",
"operationId": "CreatePod",
"requestBody": {
"description": "Input for Pod creation.",
Expand Down Expand Up @@ -140,7 +140,7 @@
"pods"
],
"summary": "List Pods",
"description": "Returns a list of Pods.",
"description": "Returns a list of Pods. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.",
"operationId": "ListPods",
"parameters": [
{
Expand Down Expand Up @@ -350,7 +350,7 @@
"pods"
],
"summary": "Find a Pod by ID",
"description": "Returns a single Pod.",
"description": "Returns a single Pod. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.",
"operationId": "GetPod",
"parameters": [
{
Expand Down Expand Up @@ -437,7 +437,7 @@
"pods"
],
"summary": "Update a Pod",
"description": "Update a Pod, potentially triggering a reset.",
"description": "Update a Pod, potentially triggering a reset. Review authentication, request parameters, response fields, and errors for this Runpod API operation.",
"operationId": "UpdatePod",
"requestBody": {
"description": "Form data to update a Pod.",
Expand Down Expand Up @@ -482,7 +482,7 @@
"pods"
],
"summary": "Delete a Pod",
"description": "Delete a Pod.",
"description": "Delete a Pod. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.",
"operationId": "DeletePod",
"parameters": [
{
Expand Down Expand Up @@ -514,7 +514,7 @@
"pods"
],
"summary": "Update a Pod",
"description": "Update a Pod - synonym for PATCH /pods/{podId}.",
"description": "Update a Pod - synonym for PATCH /pods/{podId}. Review request parameters, response fields, and errors for this Runpod API operation.",
"operationId": "UpdatePod",
"requestBody": {
"description": "Form data to update a Pod.",
Expand Down Expand Up @@ -561,7 +561,7 @@
"pods"
],
"summary": "Start or resume a Pod",
"description": "Start or resume a Pod.",
"description": "Start or resume a Pod. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.",
"operationId": "StartPod",
"parameters": [
{
Expand Down Expand Up @@ -593,7 +593,7 @@
"pods"
],
"summary": "Stop a Pod",
"description": "Stop a Pod.",
"description": "Stop a Pod. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.",
"operationId": "StopPod",
"parameters": [
{
Expand Down Expand Up @@ -625,7 +625,7 @@
"pods"
],
"summary": "Reset a Pod",
"description": "Reset a Pod.",
"description": "Reset a Pod. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.",
"operationId": "ResetPod",
"parameters": [
{
Expand Down Expand Up @@ -657,7 +657,7 @@
"pods"
],
"summary": "Restart a Pod",
"description": "Restart a Pod.",
"description": "Restart a Pod. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.",
"operationId": "RestartPod",
"parameters": [
{
Expand Down Expand Up @@ -686,7 +686,7 @@
"endpoints"
],
"summary": "Create a new endpoint",
"description": "Create a new endpoint.",
"description": "Create a new endpoint. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.",
"operationId": "CreateEndpoint",
"requestBody": {
"description": "Create a new endpoint.",
Expand Down Expand Up @@ -720,7 +720,7 @@
"endpoints"
],
"summary": "List endpoints",
"description": "Returns a list of endpoints.",
"description": "Returns a list of endpoints. Review authentication, request parameters, response fields, and errors for this Runpod API operation.",
"operationId": "ListEndpoints",
"parameters": [
{
Expand Down Expand Up @@ -770,7 +770,7 @@
"endpoints"
],
"summary": "Find an endpoint by ID",
"description": "Returns a single endpoint.",
"description": "Returns a single endpoint. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.",
"operationId": "GetEndpoint",
"parameters": [
{
Expand Down Expand Up @@ -827,7 +827,7 @@
"endpoints"
],
"summary": "Update an endpoint",
"description": "Update an endpoint.",
"description": "Update an endpoint. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.",
"operationId": "UpdateEndpoint",
"requestBody": {
"description": "Update an endpoint.",
Expand Down Expand Up @@ -872,7 +872,7 @@
"endpoints"
],
"summary": "Delete an endpoint",
"description": "Delete an endpoint.",
"description": "Delete an endpoint. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.",
"operationId": "DeleteEndpoint",
"parameters": [
{
Expand Down Expand Up @@ -904,7 +904,7 @@
"endpoints"
],
"summary": "Update an endpoint",
"description": "Update an endpoint - synonym for PATCH /endpoints/{endpointId}.",
"description": "Update an endpoint - synonym for PATCH /endpoints/{endpointId}. Review request parameters, response fields, and errors for this Runpod API operation.",
"operationId": "UpdateEndpoint",
"requestBody": {
"description": "Update an endpoint.",
Expand Down Expand Up @@ -951,7 +951,7 @@
"templates"
],
"summary": "Create a new template",
"description": "Create a new template.",
"description": "Create a new template. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.",
"operationId": "CreateTemplate",
"requestBody": {
"description": "Create a new template.",
Expand Down Expand Up @@ -985,7 +985,7 @@
"templates"
],
"summary": "List templates",
"description": "Returns a list of templates.",
"description": "Returns a list of templates. Review authentication, request parameters, response fields, and errors for this Runpod API operation.",
"operationId": "ListTemplates",
"parameters": [
{
Expand Down Expand Up @@ -1045,7 +1045,7 @@
"templates"
],
"summary": "Find a template by ID",
"description": "Returns a single template.",
"description": "Returns a single template. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.",
"operationId": "GetTemplate",
"parameters": [
{
Expand Down Expand Up @@ -1112,7 +1112,7 @@
"templates"
],
"summary": "Update a template",
"description": "Update a template.",
"description": "Update a template. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.",
"operationId": "UpdateTemplate",
"requestBody": {
"description": "Update a template.",
Expand Down Expand Up @@ -1157,7 +1157,7 @@
"templates"
],
"summary": "Delete a template",
"description": "Delete a template.",
"description": "Delete a template. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.",
"operationId": "DeleteTemplate",
"parameters": [
{
Expand Down Expand Up @@ -1189,7 +1189,7 @@
"templates"
],
"summary": "Update a template",
"description": "Update a template - synonym for PATCH /templates/{templateId}.",
"description": "Update a template - synonym for PATCH /templates/{templateId}. Review request parameters, response fields, and errors for this Runpod API operation.",
"operationId": "UpdateTemplate",
"requestBody": {
"description": "Update a template.",
Expand Down Expand Up @@ -1236,7 +1236,7 @@
"network volumes"
],
"summary": "Create a new network volume",
"description": "Create a new network volume.",
"description": "Create a new network volume. Review authentication, request parameters, response fields, and errors for this Runpod API operation.",
"operationId": "CreateNetworkVolume",
"requestBody": {
"description": "Create a new network volume.",
Expand Down Expand Up @@ -1270,7 +1270,7 @@
"network volumes"
],
"summary": "List network volumes",
"description": "Returns a list of network volumes.",
"description": "Returns a list of network volumes. Review authentication, request parameters, response fields, and errors for this Runpod API operation.",
"operationId": "ListNetworkVolumes",
"responses": {
"200": {
Expand Down Expand Up @@ -1298,7 +1298,7 @@
"network volumes"
],
"summary": "Find a network volume by ID",
"description": "Returns a single network volume.",
"description": "Returns a single network volume. Review authentication, request parameters, response fields, and errors for this Runpod API operation.",
"operationId": "GetNetworkVolume",
"parameters": [
{
Expand Down Expand Up @@ -1335,7 +1335,7 @@
"network volumes"
],
"summary": "Update a network volume",
"description": "Update a network volume.",
"description": "Update a network volume. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.",
"operationId": "UpdateNetworkVolume",
"requestBody": {
"description": "Update a network volume.",
Expand Down Expand Up @@ -1380,7 +1380,7 @@
"network volumes"
],
"summary": "Delete a network volume",
"description": "Delete a network volume.",
"description": "Delete a network volume. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.",
"operationId": "DeleteNetworkVolume",
"parameters": [
{
Expand Down Expand Up @@ -1412,7 +1412,7 @@
"network volumes"
],
"summary": "Update a network volume",
"description": "Update a network volume - synonym for PATCH /networkvolumes/{networkVolumeId}.",
"description": "Update a network volume - synonym for PATCH /networkvolumes/{networkVolumeId}. Review parameters and responses for this Runpod API operation.",
"operationId": "UpdateNetworkVolume",
"requestBody": {
"description": "Update a network volume.",
Expand Down Expand Up @@ -1459,7 +1459,7 @@
"container registry auths"
],
"summary": "Create a new container registry auth",
"description": "Create a new container registry auth.",
"description": "Create a new container registry auth. Review authentication, request parameters, response fields, and errors for this Runpod API operation.",
"operationId": "CreateContainerRegistryAuth",
"requestBody": {
"description": "Create a new container registry auth.",
Expand Down Expand Up @@ -1493,7 +1493,7 @@
"container registry auths"
],
"summary": "List container registry auths",
"description": "Returns a list of container registry auths.",
"description": "Returns a list of container registry auths. Review authentication, request parameters, response fields, and errors for this Runpod API operation.",
"operationId": "ListContainerRegistryAuths",
"responses": {
"200": {
Expand Down Expand Up @@ -1521,7 +1521,7 @@
"container registry auths"
],
"summary": "Find a container registry auth by ID",
"description": "Returns a single container registry auth.",
"description": "Returns a single container registry auth. Review authentication, request parameters, response fields, and errors for this Runpod API operation.",
"operationId": "GetContainerRegistryAuth",
"parameters": [
{
Expand Down Expand Up @@ -1558,7 +1558,7 @@
"container registry auths"
],
"summary": "Delete a container registry auth",
"description": "Delete a container registry auth.",
"description": "Delete a container registry auth. Review authentication, request parameters, response fields, and errors for this Runpod API operation.",
"operationId": "DeleteContainerRegistryAuth",
"parameters": [
{
Expand Down Expand Up @@ -1590,7 +1590,7 @@
"billing"
],
"summary": "Pod billing history",
"description": "Retrieve billing information about your Pods.",
"description": "Retrieve billing information about your Pods. Review authentication, request parameters, response fields, and errors for this Runpod API operation.",
"operationId": "PodBilling",
"parameters": [
{
Expand Down Expand Up @@ -1732,7 +1732,7 @@
"billing"
],
"summary": "Serverless billing history",
"description": "Retrieve billing information about your Serverless endpoints.",
"description": "Retrieve billing information about your Serverless endpoints. Review request parameters, response fields, and errors for this Runpod API operation.",
"operationId": "EndpointBilling",
"parameters": [
{
Expand Down Expand Up @@ -1967,7 +1967,7 @@
"billing"
],
"summary": "Network volume billing history",
"description": "Retrieve billing information about your network volumes.",
"description": "Retrieve billing information about your network volumes. Review request parameters, response fields, and errors for this Runpod API operation.",
"operationId": "NetworkVolumeBilling",
"parameters": [
{
Expand Down
2 changes: 1 addition & 1 deletion api-reference/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Overview"
description: "Use the Runpod API to programmatically manage your compute resources."
description: "Use the Runpod API to programmatically manage your compute resources. Review authentication, request formats, and response details for the Runpod API."
---

The Runpod REST API provides programmatic access to all Runpod compute resources. Integrate GPU infrastructure into your applications, workflows, and automation systems.
Expand Down
2 changes: 1 addition & 1 deletion community-solutions/copyparty-file-manager/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: CopyParty file manager
description: Web-based GUI for easy file browsing, uploading, downloading, and media viewing on Runpod
description: "Web-based GUI for easy file browsing, uploading, downloading, and media viewing on Runpod. Review setup and usage guidance for this Runpod community solution."
icon: "party-horn"
---

Expand Down
2 changes: 1 addition & 1 deletion community-solutions/ohmyrunpod/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "OhMyRunpod"
description: "Community solution for easy (SFTP) setup on Runpod"
description: "Community solution for easy (SFTP) setup on Runpod. Review installation, configuration, and usage guidance for this community solution on Runpod."
icon: "rocket"
---

Expand Down
2 changes: 1 addition & 1 deletion community-solutions/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Introduction"
description: "Community-created tools and solutions by and for Runpod users"
description: "Community-created tools and solutions by and for Runpod users. Review setup and usage guidance for this Runpod community solution."
icon: "flask"
---

Expand Down
Loading
Loading