# 7. Change status

### **Request**

<table><thead><tr><th width="249">Method</th><th>URL</th></tr></thead><tbody><tr><td>PUT</td><td>http://127.0.0.1:5555/change-status</td></tr></tbody></table>

#### **Body**

{% code lineNumbers="true" %}

```json
{
    "id": 59,
    "browser_uuid": "9931e0ff-c610-4345-a956-bf2fb42e4119"
}
```

{% endcode %}

* id: id of status, use api ***list status*** to get id. Also, the ID of the default status: '0'- No Status, '-1'-Ban, '-2' - Ready, '-3'- New.
* browser\_uuid: UUID of profile&#x20;

### **Response**

{% code lineNumbers="true" %}

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

{% endcode %}
