Skip to main content
PUT
Update Endpoint

Headers

Content-Type
string
vereist

Allowed value: application/json.

Authorization
string
vereist

Bearer authentication format, e.g.: Bearer {{API_KEY}}.

Padparameters

endpoint_id
string
vereist

Endpoint ID. String, length: 1-255 characters.

Body

application/json
name
string

Endpoint name.

Voorbeeld:

"example-endpoint-updated"

product_id
string

Serverless product ID. String, length: 1-255 characters.

Voorbeeld:

"product-id"

worker_config
object

Worker configuration.

policy
object

Scheduling / request policy.

image
string

Image address. String, length: 0-500 characters.

Voorbeeld:

"registry.example.com/namespace/image:new-tag"

registry_auth_id
string

Saved registry authentication ID. String, length: 0-255 characters.

Voorbeeld:

"registry-auth-id"

entrypoint
string

Container entrypoint.

Voorbeeld:

""

command
string

Startup command.

Voorbeeld:

"cargo build"

health_check
object

Health check configuration.

envs
object[]

Environment variable list.

ports
integer[]

Port list. Each value in range: [1, 65535].

Voorbeeld:
volumes
object[]

Mount list.

region_id
string

Region ID.

Voorbeeld:

"region-id"

Respons

200 - application/json

OK

The response is of type object.

Laatst gewijzigd op 10 augustus 2026