Skip to main content
POST
Wake device

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Device id (dev_<uuid>)

Response

The active device

A device as returned on the /v1 surface. id/current_task_id carry the dev_/task_ prefixes (the bare uuids never leave the DB); space_id is a raw uuid (Spaces are not an Operator concept).

created_at
string
required
id
string
required

dev_<uuid>.

name
string
required
object
string
required

Discriminator for polymorphic SDK decoders. Always "device".

region
string
required
space_id
string
required
status
string
required
current_task_id
string | null

task_<uuid> of the task currently holding the device, or null when idle.

last_active_at
string | null