Skip to main content
PATCH
Update a endpoint by name

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

endpointName
string
required

Name of the endpoint to update details for

Body

application/json

Updated endpoint details

endpointName
string

Valid name of the endpoint

Example:

"completions-1"

endpointType
string

Type of the endpoint

Example:

"llm/v1/completions"

modelConfig
object

Configuration for the model

Example:
modelName
string

Name of the model

Example:

"gpt-3.5"

modelProvider
string

Provider of the model

Example:

"openai"

Response

Success

creationDate
string<date-time>
required

ISO 8601 formatted time of when the Endpoint was created

Example:

"2022-04-23T18:25:43.511Z"

endpointId
string
required

ID of the endpoint

Example:

"62604702b7e5d347dbe7a909"

endpointName
string
required

Valid name of the endpoint

Example:

"completions"

endpointType
string
required

Type of the endpoint

Example:

"llm/v1/completions"

modelConfig
object
required

Configuration for the model

Example:
modelName
string
required

Name of the model

Example:

"gpt-4"

modelProvider
string
required

Provider of the model

Example:

"openai"

Last modified on August 18, 2026