Skip to main content
PUT
Custom Runtime Apply

Path Parameters

entity
string
required
project
string
required
runtime_name
string
required

Stable name of the custom runtime to create or replace

Required string length: 1 - 128
Pattern: ^[^\s:]*(?::[^\s:]+)*:?$

Body

application/json
base_url
string
required

Public OpenAI-compatible endpoint base URL

runtime_ids
CustomRuntimeID · object[]
required

Complete desired list of IDs exposed by the endpoint

api_key_secret
string | null

Team secret name used as the endpoint API key; never the secret value

headers
Headers · object

Literal headers forwarded to the endpoint

Response

Successful Response

name
string
required

Stable custom runtime name

base_url
string
required
api_key_secret
string | null
required
headers
Headers · object
required
runtime_ids
CustomRuntimeIDRes · object[]
required