create a new endpoint
create a new serverless endpoint
runpodctl serverless create [flags]
--compute-type string compute type (GPU or CPU) (default "GPU")
--data-center-ids string comma-separated list of data center ids
--gpu-count int number of gpus per worker (default 1)
--gpu-id string gpu id (from 'runpodctl gpu list')
-h, --help help for create
--name string endpoint name
--network-volume-id string network volume id to attach
--template-id string template id (required)
--workers-max int maximum number of workers (default 3)
--workers-min int minimum number of workers
-o, --output string output format (json, yaml) (default "json")
- runpodctl serverless - manage serverless endpoints