---
title: "Create Node Pool"
method: POST
path: "/v4/clusters/{cluster_id}/node-pools"
tags: ["Cluster"]
---

# Create Node Pool

`POST /v4/clusters/{cluster_id}/node-pools`

## Path parameters

- `cluster_id` string, required

## Request body

- NodePoolCreate — Base model for schemas.
  - `accelerators` Accelerator[], required
  - `spot` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mystic/apis/mystic-api.md) · [All operations](https://skmtc.net/mystic/apis/mystic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mystic/mystic-api/revisions/60e569344994/schema)
