---
title: "Update Target Nodes schedule"
method: PUT
path: "/api/target_nodes/schedule"
tags: ["Target Nodes"]
---

# Update Target Nodes schedule

`PUT /api/target_nodes/schedule`

Update the start/stop schedule for a Target Node session

## Headers

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

## Response `200`

Schedule updated successfully

- object
  - `success` boolean, required
  - `message` string, required

## Other responses

- `400` — Invalid parameters or schedule format
- `401` — Unauthorized or session not found
- `500` — Database error during update

---

[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)
