---
title: "Update an existing target node profile"
method: PUT
path: "/api/target_nodes/profiles"
tags: ["Target Nodes"]
---

# Update an existing target node profile

`PUT /api/target_nodes/profiles`

Updates the configuration of an existing target node profile including instance types, subnets, and resource limits

## Headers

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

## Response `200`

Target node profile updated successfully

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

## Other responses

- `400` — Bad request - missing or invalid parameters
- `401` — Authentication required
- `403` — Admin access required
- `404` — Profile not found
- `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/revisions/6db97cead8df/schema)
