Watch machine lifecycle status
Streams machine lifecycle updates over Server-Sent Events. Each status event contains a full LifecycleResponse payload. The stream closes after the machine reaches its current desired state.
GET
Watch machine lifecycle status
Documentation Index
Fetch the complete documentation index at: https://docs.dedaluslabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Dedalus API key. Alternative to Bearer token.
Headers
Organization ID header applied to all DCS requests.
Optional resourceVersion bookmark used to resume a previous stream.
Path Parameters
Machine identifier.
Required string length:
4 - 253Pattern:
^dm-[a-z0-9]([a-z0-9-]*[a-z0-9])?$Response
Server-Sent Event stream (text/event-stream) of machine lifecycle updates.
Seconds of inactivity before autosleep. 0 disables autosleep.
Required range:
0 <= x <= 9223372036Available options:
running, sleeping, destroyed Memory in MiB.
CPU in vCPUs.
Last modified on May 29, 2026
Watch machine lifecycle status
