---
title: "Launch New Nodes"
method: PUT
path: "/ocean/azure/np/cluster/launchNewNodes"
tags: ["Ocean AKS"]
---

# Launch New Nodes

`PUT /ocean/azure/np/cluster/launchNewNodes`

Launch new nodes for a cluster.

## Parameters

- `#/paths/~1azure~1costs/get/parameters/0` — unresolved $ref

## Request body

- object
  - `oceanId` string, required — Ocean cluster identifier.
  - `vngIds` string[]
  - `preferredLifecycle` 'Spot' | 'Regular' — The preferred life cycle to launch the node. If not specified, the life cycle is chosen accoring to the scaled VNG.
  - `availabilityZones` string[] — An Array holding Availability Zones, this configures the availability zones the Ocean may launch instances in per VNG.
  - `adjustment` integer, required — The number of nodes to launch.
  - `minCoresPerNode` integer — Minimum number of core per node.
  - `minMemoryGiBPerNode` number, float — Minimum memory per node.
  - `applicableVmSizes` string[]

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/spot/apis/spot-by-flexera-api.md) · [All operations](https://skmtc.net/spot/apis/spot-by-flexera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spot/spot-by-flexera-api/revisions/72813baf8d47/schema)
