list-templates
List available templates for pod creation, with options to include official Runpod templates and community-made public templates.
Instructions
List available templates. By default returns only the user's own templates. Use includeRunpodTemplates to also include official Runpod templates. The recommended default template for new pods is "Runpod Pytorch 2.8.0" (ID: runpod-torch-v280) — it has the latest CUDA and PyTorch versions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (default 20, max 100). Use the returned nextCursor to fetch the next page. | |
| cursor | No | Opaque pagination cursor from a previous response (nextCursor). Omit to start from the beginning. | |
| includePublicTemplates | No | Include community-made public templates in the response | |
| includeRunpodTemplates | No | Include official Runpod templates in the response | |
| includeEndpointBoundTemplates | No | Include templates bound to Serverless endpoints in the response |