update_vng
Update an AWS VNG launch spec configuration by supplying its ID and a JSON of fields to update. Requires explicit confirmation to prevent unintended changes. Specify optional account ID for multi-account management.
Instructions
DESTRUCTIVE: Update an AWS VNG (launch spec) configuration. Requires confirm=true. Pass updates as a JSON string.
Args: vng_id: The VNG/launch spec ID (e.g. ols-abc12345) updates_json: JSON string of fields to update (e.g. '{"resourceLimits": {"maxInstanceCount": 20}}') confirm: Must be true to execute. Safety guard. account_id: Optional account ID. Defaults to SPOTINST_ACCOUNT_ID env var.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vng_id | Yes | ||
| updates_json | Yes | ||
| confirm | No | ||
| account_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |