---
title: "create comfy-nodes for certain node"
method: POST
path: "/nodes/{nodeId}/versions/{version}/comfy-nodes"
tags: ["ComfyNodes"]
---

# create comfy-nodes for certain node

`POST /nodes/{nodeId}/versions/{version}/comfy-nodes`

## Path parameters

- `nodeId` string, required
- `version` string, required

## Request body

- object
  - `success` boolean
  - `reason` string
  - `cloud_build_info` ComfyNodeCloudBuildInfo
    - `project_id` string
    - `project_number` string
    - `location` string
    - `build_id` string
  - `nodes` unknown

## Response `204`

Comy Nodes created successfully

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Version not found
- `409` — Existing Comfy Nodes exists
- `500` — Internal server error

## Changes

> 43 revisions in range; 1 could not be searched.

- **2025-01-17** `700455ea5427` — 1 info
  - added the new optional request property `reason`
- **2025-01-13** `e2336106bbdd` — 1 info
  - added the new optional request property `cloud_build_info`
- **2025-01-11** `c83a221f1f42` — 1 breaking
  - the `nodes/additionalProperties/return_names` request property type/format changed from `array`/`` to `string`/``
- **2025-01-08** `e988b650d644` — 1 info
  - added the new optional request property `success`
- **2025-01-02** `8f8ba0733c48` — 1 info
  - added the non-success response with the status `409`

[Full history](https://skmtc.dev/comfy-org/apis/comfy-api/changes/nodes/:nodeId/versions/:version/comfy-nodes/post.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfy-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfy-api/revisions/fb3c490f87ef/schema)
