Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.06 KB

File metadata and controls

38 lines (27 loc) · 1.06 KB

runpodctl serverless create

create a new endpoint

Synopsis

create a new serverless endpoint

runpodctl serverless create [flags]

Options

      --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

Options inherited from parent commands

  -o, --output string   output format (json, yaml) (default "json")

SEE ALSO

Auto generated by spf13/cobra on 23-Mar-2026