runpodctl serverless create --hub-id to deploy endpoints directly from the Hub.
Subcommands
List repos
List repos from the Hub marketplace. By default, shows the top 10 repos ordered by stars.List flags
string
Filter by deployment type (
POD or SERVERLESS). This filter is applied client-side, so --limit may return fewer results than specified.string
Filter by category.
string
Filter by repo owner.
string
default:"stars"
Sort results by field:
createdAt, deploys, releasedAt, stars, updatedAt, or views.string
default:"desc"
Sort direction:
asc or desc.int
default:"10"
Maximum number of results to return.
int
Number of results to skip for pagination.
Search repos
Search for repos in the Hub by name:Search flags
string
Filter by deployment type (
POD or SERVERLESS). This filter is applied client-side, so --limit may return fewer results than specified.string
Filter by category.
string
Filter by repo owner.
string
default:"stars"
Sort results by field:
createdAt, deploys, releasedAt, stars, updatedAt, or views.string
default:"desc"
Sort direction:
asc or desc.int
default:"10"
Maximum number of results to return.
int
Number of results to skip for pagination.
Get repo details
Get detailed information about a specific Hub repo by its ID or owner/name:Deploy from the Hub
After finding a repo you want to deploy, use its listing ID withserverless create:
--gpu-id.