鲲鹏-修改智能购买组:请求示例
时间:2025-06-04 17:05:53
请求示例
修改指定智能购买组信息,包括名称、算力保障计划ID、目标容量、按需实例目标容量等。
PUT https://{endpoint}/v2/{domain_id}/auto_launch_groups/{auto_launch_group_id} { "name": "autoLaunchGroup1", "guarantee_plan_id": "plan_id", "target_capacity": 10, "stable_capacity": 5, "excess_fulfilled_capacity_behavior": "terminate", "instances_behavior_with_expiration": "terminate", "spot_price": 0.5 }
support.huaweicloud.com/ae-ad-1-devg-kunpeng/ecs_02_1703.html