# 7. Change status

Change status of profile

### **Request** <a href="#request-1" id="request-1"></a>

| Method | URL                                                                   |
| ------ | --------------------------------------------------------------------- |
| PUT    | <http://localhost:2222/v2/status-profile/change-status?is_local=true> |

### **Params** <a href="#body-1" id="body-1"></a>

| Key       | Value      | Description                                              |
| --------- | ---------- | -------------------------------------------------------- |
| is\_local | true/false | <p>false: cloud profiles,</p><p>true: local profiles</p> |

### **Body** <a href="#body-1-1" id="body-1-1"></a>

```
{
    "browser_uuid": "local-fb7c066c-1d15-4aa4-bf69-11ae1b137d1e",
    "id": -3      // nhập id của status , default status: '0'- No Status, '-1'-Ban, '-2' - Ready, '-3'- New.
}
```

### &#x20;**Response** <a href="#id-3.-response" id="id-3.-response"></a>

```
{
    "type": "success",
    "title": "Update successfully.",
    "content": []
}
```
