> For the complete documentation index, see [llms.txt](https://api.intecular.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.intecular.com/invisoutlet-pro/device-management/invisdeco/restart-invisdeco.md).

# Restart InvisDeco

> Perform a restart of the InvisDeco device.

**Request**

* <mark style="color:red;">`packetID`</mark>: Represents the ID of the packet. This can be any six digit number, no leading zeros.
* <mark style="color:red;">`payload`</mark>:&#x20;
  * <mark style="color:red;">`callbackName`</mark>: 24

```json
{
    "packetID": 221054,
    "payload":
    {
        "callbackName": 24
    }
}
```

**Response**

The InvisDeco device will blink for 3 seconds and reboot.

* <mark style="color:red;">`sn`</mark>: The serial number of the InvisOutlet.
* <mark style="color:red;">`packetID`</mark>: Represents the ID of the packet based on request <mark style="color:red;">`packetID`</mark>.
* <mark style="color:red;">`PUBACK`</mark> : 1 - The request is received and will be processed.

```json
{
    "sn": "0003C44076",
    "packetID": 221054,
    "PUBACK": 1
}
```
