v1
latestOpenAPI 3.1.02026-07-13897404.3 KBServerless
update endpoint
Updates the specified endpoint group with the provided parameters.
CLI Usage: vastai update endpoint <id> [options]
put/api/v0/endptjobs/{id}/
Path parameters
idinteger required
Example:4242
ID of the endpoint group to update
Request body
Example request
{
"target_util": 0.9,
"cold_mult": 2.5,
"cold_workers": 5,
"max_workers": 20,
"endpoint_name": "my_endpoint"
}Response
Success response
Example response
{
"success": true
}