Skip to main content
POST
Update Endpoint

Description

When updating an endpoint, all parameters must be provided in full.

Request Headers

string
required
Enum: application/json
string
required
Bearer authentication format, for example: Bearer {{API Key}}.

Request Body

string
required
The Endpoint ID to update.
string
Endpoint name.
string
Cluster information. Required when mounting cloud storage and must match the cluster ID where the cloud storage is located. String with a length limit of 0-255 characters.
object
required
Worker configuration. The valid range is dynamically retrieved through the parameter limits API.
object[]
required
HTTP ports. Only one port is supported. Supported port range: 1-65535, excluding internal ports 2222, 2223, and 2224.
object
required
Scaling policy. The valid range is dynamically retrieved through the parameter limits API.
object
required
Container image configuration.
object[]
Storage configuration in GB.
object[]
Environment variables.
object
Health check endpoint configuration.
Last modified on March 26, 2026