Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the workergroup to update.
Example:
4242
Body
application/json
Minimum load for the workergroup.
Example:
1
Target utilization for the workergroup.
Example:
0.9
Cold multiplier for the workergroup.
Example:
3
Number of test workers for performance estimation.
Example:
3
Template hash for the workergroup.
Example:
"abc123def456"
Template ID for the workergroup.
Example:
456
Search parameters for offers (JSON object or query string).
Example:
"gpu_name=RTX_3090 rentable=true"
Launch arguments for creating instances.
Example:
"--env VAR=value"
Estimated GPU RAM requirement.
Example:
24
Deployment endpoint name.
Example:
"vLLM-Qwen3-8B"
Deployment endpoint ID.
Example:
123
Response
Successfully updated the workergroup.
Example:
true