Skip to main content

Get Endpoint

GET 

/inference/endpoints/:id

Get Endpoint by ID

Request

Path Parameters

    id stringrequired

    495695b9-088d-4f49-823a-e6bb5b3a709e

Responses

OK

Schema

    currentReplicas integer

    Replicas current count

    exampleCommand string

    Example command to use the endpoint

    gpuCount integer

    Number of GPUs

    gpuType string

    Type of GPU

    hourlyPrice number

    Hourly price

    id string

    ID of the endpoint

    locationName string

    Name of the Location where the Endpoint is hosted

    maxReplicas integer

    Replicas max count

    minReplicas integer

    Replicas min count

    modelName string

    Model Name

    name string

    Name of the endpoint

    replicas

    object[]

    Replicas

  • Array [

  • gpus integer

    Gpus used by the replica

    status string

    Status of the replica

  • ]

  • scaleToZeroRetentionPeriodSeconds integer

    ScaleToZeroRetentionPeriod in seconds

    status string

    Status of the endpoint

    url string

    Url of the endpoint

Loading...