create-endpoint
Create scalable GPU or CPU endpoints on RunPod by specifying template configurations, worker counts, and compute resources for deploying containerized applications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| computeType | No | GPU or CPU endpoint | |
| dataCenterIds | No | List of data centers | |
| gpuCount | No | Number of GPUs per worker | |
| gpuTypeIds | No | List of acceptable GPU types | |
| name | No | Name for the endpoint | |
| templateId | Yes | Template ID to use | |
| workersMax | No | Maximum number of workers | |
| workersMin | No | Minimum number of workers |