# Factory Reset InvisOutlet

> Reset InvisOutlet back to its factory default settings.
>
> This will clear Matter commissioning and clear device customization settings.
>
> *Note: This is the same as pressing InvisOutlet's button for 10 seconds.*

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

```json
{
    "packetID": 221053,
    "payload":
    {
        "callbackName": 7
    }
}
```

**Response**

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api.intecular.com/invisoutlet-pro/device-management/invisoutlet/factory-reset-invisoutlet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
