Runpod
AI infrastructure with on-demand GPUs and serverless compute. Run training, inference, and batch workloads on the cloud with Runpod.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "RUNPOD_CREATE_CONTAINER_REGISTRY_AUTH", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("RUNPOD_CREATE_CONTAINER_REGISTRY_AUTH", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute RUNPOD_CREATE_CONTAINER_REGISTRY_AUTH --data '{ }'Tool 目录
可用 Tools
37 个可调用操作
Create a new container registry authRUNPOD_CREATE_CONTAINER_REGISTRY_AUTHCreate a new container registry auth.需要连接
Create a new container registry auth.
认证
需要 Connected AccountTags
Create a new endpointRUNPOD_CREATE_ENDPOINTCreate a new endpoint.需要连接
Create a new endpoint.
认证
需要 Connected AccountTags
Create a new network volumeRUNPOD_CREATE_NETWORK_VOLUMECreate a new network volume.需要连接
Create a new network volume.
认证
需要 Connected AccountTags
Create a new PodRUNPOD_CREATE_PODCreates a new [Pod](#/components/schemas/Pod) and optionally deploys it.需要连接
Creates a new [Pod](#/components/schemas/Pod) and optionally deploys it.
认证
需要 Connected AccountTags
Create a new templateRUNPOD_CREATE_TEMPLATECreate a new template.需要连接
Create a new template.
认证
需要 Connected AccountTags
Delete a container registry authRUNPOD_DELETE_CONTAINER_REGISTRY_AUTHDelete a container registry auth.需要连接
Delete a container registry auth.
认证
需要 Connected AccountTags
Delete an endpointRUNPOD_DELETE_ENDPOINTDelete an endpoint.需要连接
Delete an endpoint.
认证
需要 Connected AccountTags
Delete a network volumeRUNPOD_DELETE_NETWORK_VOLUMEDelete a network volume.需要连接
Delete a network volume.
认证
需要 Connected AccountTags
Delete a PodRUNPOD_DELETE_PODDelete a Pod.需要连接
Delete a Pod.
认证
需要 Connected AccountTags
Delete a templateRUNPOD_DELETE_TEMPLATEDelete a template.需要连接
Delete a template.
认证
需要 Connected AccountTags
Serverless billing historyRUNPOD_ENDPOINT_BILLINGRetrieve billing information about your Serverless endpoints.需要连接
Retrieve billing information about your Serverless endpoints.
认证
需要 Connected AccountTags
Find a container registry auth by IDRUNPOD_GET_CONTAINER_REGISTRY_AUTHReturns a single container registry auth.需要连接
Returns a single container registry auth.
认证
需要 Connected AccountTags
Documentation PageRUNPOD_GET_DOCSInteractive API documentation.需要连接
Interactive API documentation.
认证
需要 Connected AccountTags
Find an endpoint by IDRUNPOD_GET_ENDPOINTReturns a single endpoint.需要连接
Returns a single endpoint.
认证
需要 Connected AccountTags
Find a network volume by IDRUNPOD_GET_NETWORK_VOLUMEReturns a single network volume.需要连接
Returns a single network volume.
认证
需要 Connected AccountTags
OpenAPI 3.0 schemaRUNPOD_GET_OPEN_APIThe OpenAPI 3.0 schema.需要连接
The OpenAPI 3.0 schema.
认证
需要 Connected AccountTags
Find a Pod by IDRUNPOD_GET_PODReturns a single Pod.需要连接
Returns a single Pod.
认证
需要 Connected AccountTags
Find a template by IDRUNPOD_GET_TEMPLATEReturns a single template.需要连接
Returns a single template.
认证
需要 Connected AccountTags
List container registry authsRUNPOD_LIST_CONTAINER_REGISTRY_AUTHSReturns a list of container registry auths.需要连接
Returns a list of container registry auths.
认证
需要 Connected AccountTags
List endpointsRUNPOD_LIST_ENDPOINTSReturns a list of endpoints.需要连接
Returns a list of endpoints.
认证
需要 Connected AccountTags
List network volumesRUNPOD_LIST_NETWORK_VOLUMESReturns a list of network volumes.需要连接
Returns a list of network volumes.
认证
需要 Connected AccountTags
List PodsRUNPOD_LIST_PODSReturns a list of Pods.需要连接
Returns a list of Pods.
认证
需要 Connected AccountTags
List templatesRUNPOD_LIST_TEMPLATESReturns a list of templates.需要连接
Returns a list of templates.
认证
需要 Connected AccountTags
Network volume billing historyRUNPOD_NETWORK_VOLUME_BILLINGRetrieve billing information about your network volumes.需要连接
Retrieve billing information about your network volumes.
认证
需要 Connected AccountTags
Pod billing historyRUNPOD_POD_BILLINGRetrieve billing information about your Pods.需要连接
Retrieve billing information about your Pods.
认证
需要 Connected AccountTags
Update an endpointRUNPOD_POST_ENDPOINTS_ENDPOINT_ID_UPDATEUpdate an endpoint - synonym for PATCH /endpoints/{endpointId}.需要连接
Update an endpoint - synonym for PATCH /endpoints/{endpointId}.
认证
需要 Connected AccountTags
Update a network volumeRUNPOD_POST_NETWORKVOLUMES_NETWORK_VOLUME_ID_UPDATEUpdate a network volume - synonym for PATCH /networkvolumes/{networkVolumeId}.需要连接
Update a network volume - synonym for PATCH /networkvolumes/{networkVolumeId}.
认证
需要 Connected AccountTags
Update a PodRUNPOD_POST_PODS_POD_ID_UPDATEUpdate a Pod - synonym for PATCH /pods/{podId}.需要连接
Update a Pod - synonym for PATCH /pods/{podId}.
认证
需要 Connected AccountTags
Update a templateRUNPOD_POST_TEMPLATES_TEMPLATE_ID_UPDATEUpdate a template - synonym for PATCH /templates/{templateId}.需要连接
Update a template - synonym for PATCH /templates/{templateId}.
认证
需要 Connected AccountTags
Reset a PodRUNPOD_RESET_PODReset a Pod.需要连接
Reset a Pod.
认证
需要 Connected AccountTags
Restart a PodRUNPOD_RESTART_PODRestart a Pod.需要连接
Restart a Pod.
认证
需要 Connected AccountTags
Start or resume a PodRUNPOD_START_PODStart or resume a Pod.需要连接
Start or resume a Pod.
认证
需要 Connected AccountTags
Stop a PodRUNPOD_STOP_PODStop a Pod.需要连接
Stop a Pod.
认证
需要 Connected AccountTags
Update an endpointRUNPOD_UPDATE_ENDPOINTUpdate an endpoint.需要连接
Update an endpoint.
认证
需要 Connected AccountTags
Update a network volumeRUNPOD_UPDATE_NETWORK_VOLUMEUpdate a network volume.需要连接
Update a network volume.
认证
需要 Connected AccountTags
Update a PodRUNPOD_UPDATE_PODUpdate a Pod, potentially triggering a reset.需要连接
Update a Pod, potentially triggering a reset.
认证
需要 Connected AccountTags
Update a templateRUNPOD_UPDATE_TEMPLATEUpdate a template.需要连接
Update a template.
认证
需要 Connected AccountTags