v1
latestOpenAPI 3.1.02026-07-26101317.6 KBEndpoints
Patch Endpoint Settings
Update runtime settings for an inactive endpoint. At least one field must be provided. Stop the endpoint first if it is active.
patch/endpoints/{endpoint_id}
Path parameters
endpoint_idstring required
Unique endpoint ID.
Request body
Example request
{
"container_start_command": "python app.py",
"container_env_vars": [
{
"key": "ENV",
"value": "prod"
}
],
"container_port": 8080,
"container_health_check_path": "/healthz",
"container_health_check_timeout": 30,
"health_check_timeout": 300,
"container_metric_path": "/metrics"
}Response
Updated endpoint settings.