---
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` — Missing authentication header
- `403` — Schedule update disabled by administrator
- `404` — Session not found
- `500` — Database error during update

---

[API](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api.md) · [All operations](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aws-samples/engineering-development-hub-edh-api/revisions/058396b8f0f1/schema)
