# PATCH pol (stop\_all)

<mark style="color:green;">`PATCH`</mark> `/pol`

Stops all running pattern of life stacks

**Headers**

| Name          | Value              |
| ------------- | ------------------ |
| Content-Type  | `application/json` |
| Authorization | `Bearer <token>`   |

**Body**

```
{
  "command": "stop_all"
}
```

**Response**

{% tabs %}
{% tab title="204 Accepted" %}

```json
{
  "success": true
}
```

{% endtab %}

{% tab title="400" %}
Bad request - likely wrong team id

```json
"Stack {stack} is an empty!" means the stack number is incorrect
```

{% endtab %}
{% endtabs %}
