Shut the Raspberry Pi down remotely.
GET https://www.expedy.fr/api/v2/devices/{device_uid}/shutdown
⚠️ Use with care. Once shut down, the device cannot be started again without physical access. This endpoint is typically used to safely power the device off before physically relocating it.
See Authentication.
| Name | Type | Required | Description |
|---|---|---|---|
device_uid |
string | yes | The device's unique ID. |
{ "last_ping": 1641509604 }await client.devices.system.shutdown("MMAAZ112PI");