---
title: "Changes to Wake a sleeping machine"
method: POST
path: "/v1/machines/{machine_id}/wake"
---

# Changes to Wake a sleeping machine

`POST /v1/machines/{machine_id}/wake`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 8 revisions.

- **2026-05-12** `c756c361d33d` — 2 breaking, 2 warning, 2 info
- **2026-04-02** `018f649c4045` — 1 info

## Changes

- **2026-05-12** `c756c361d33d` — 2 breaking, 2 warning, 2 info
  - for the `path` request parameter `machine_id`, the minLength was increased from `0` to `4`
  - added the pattern `^dm-[a-z0-9]([a-z0-9-]*[a-z0-9])?$` to the `path` request parameter `machine_id`
  - for the `path` request parameter `machine_id`, the maxLength was set to `253`
  - deleted the `header` request parameter `If-Match`
  - added the required property `autosleep_seconds` to the response with the `200` status
  - added the required property `autosleep_seconds` to the response with the `202` status
- **2026-04-02** `018f649c4045` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/dedalus-labs/apis/dedalus-cloud-services-api/docs/v1/machines/:machine_id/wake/post.md) · [API](https://skmtc.dev/dedalus-labs/apis/dedalus-cloud-services-api.md) · [Page](https://skmtc.dev/dedalus-labs/apis/dedalus-cloud-services-api/changes/v1/machines/:machine_id/wake/post)
