Patch one or more editable fields on an autoscaling group.
Authorization
ApiKeyAuth In: header
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X PUT "https://envs/string/autoscaling/groups/string" \ -H "Content-Type: application/json" \ -d '{}'{ "group": { "name": "string", "enabled": true, "minReplicas": 0, "maxReplicas": 0, "scaleUpPolicy": { "mode": "Conservative", "cooldownSeconds": 0, "idleThresholdSeconds": 0, "idleZeroQuietWindowSeconds": 0, "saturationCooldownSeconds": 0 }, "scaleDownPolicy": { "idleTimeoutSeconds": 0, "stabilizationSeconds": 0, "protectionWindowSeconds": 0 } }}{ "error": "string", "errorCode": "API_KEY_REQUIRED", "detail": null}{ "error": "string", "errorCode": "API_KEY_REQUIRED", "detail": null}{ "error": "string", "errorCode": "API_KEY_REQUIRED", "detail": null}{ "error": "string", "errorCode": "API_KEY_REQUIRED", "detail": null}Re-render every member SandboxPool against the latest SandboxTemplate and the Env's current overrides. POST
Forces every member SandboxPool to pick up the current `spec.embedded` from the linked SandboxTemplate, with `env.spec.overrides` re-applied on top. Use this after an admin edits the underlying Template — Env-level overrides edits propagate automatically through `PATCH /envs/{name}`. Per-Pool changes are independent; partial failure leaves successful members synced and surfaces the offending member in the response error.
Update the editable Env shell fields (overrides only). Members and autoscaling groups have dedicated endpoints. PATCH
Next Page