---
title: "Create Node Pool Binding"
method: POST
path: "/v1/accounts/{account_id}/nodePoolBindings"
tags: ["gateway.openapi_Gateway"]
---

# Create Node Pool Binding

`POST /v1/accounts/{account_id}/nodePoolBindings`

## Path parameters

- `account_id` string, required

## Request body

- GatewayNodePoolBinding
  - `accountId` string — The account ID that this binding is associated with.
  - `clusterId` string — The cluster ID that this binding is associated with.
  - `nodePoolId` string — The node pool ID that this binding is associated with.
  - `createTime` string, date-time — The creation time of the node pool binding.
  - `principal` string, required — The principal that is allowed use the node pool. This must be the email address of the user.

## Response `200`

A successful response.

- GatewayNodePoolBinding
  - `accountId` string — The account ID that this binding is associated with.
  - `clusterId` string — The cluster ID that this binding is associated with.
  - `nodePoolId` string — The node pool ID that this binding is associated with.
  - `createTime` string, date-time — The creation time of the node pool binding.
  - `principal` string, required — The principal that is allowed use the node pool. This must be the email address of the user.

---

[API](https://skmtc.net/fw-ai-external/apis/gateway-rest-api.md) · [All operations](https://skmtc.net/fw-ai-external/apis/gateway-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fw-ai-external/gateway-rest-api/versions/29a1e4db152c/schema)
