> 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/invisoutlet/restart-invisoutlet.md).

# Restart InvisOutlet

> Perform a restart of the InvisOutlet device.
>
> *Note: This is the same as double-clicking the button on the InvisOutlet.*

**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>: 5

```json
{
    "packetID": 221051,
    "payload":
    {
        "callbackName": 5
    }
}
```

**Response**

No response will be sent. The InvisOutlet device will blink for 3 seconds and reboot.
