---
title: "Create a new target node profile"
method: POST
path: "/api/target_nodes/profiles"
tags: ["Target Nodes"]
---

# Create a new target node profile

`POST /api/target_nodes/profiles`

Creates a new target node profile with specified instance types, subnets, and resource limits

## Headers

- `X-EDH-USER` string, required
- `X-EDH-TOKEN` string, required

## Response `200`

Target node profile created successfully

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — Bad request - missing or invalid parameters
- `401` — Authentication required
- `403` — Admin access required
- `409` — Conflict - profile name already exists
- `500` — Internal server error

---

[API](https://skmtc.net/aws-samples/apis/engineering-development-hub-edh-api.md) · [All operations](https://skmtc.net/aws-samples/apis/engineering-development-hub-edh-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws-samples/engineering-development-hub-edh-api/versions/6db97cead8df/schema)
