# Stop Warehouse

Launch stage: GA

`POST /api/2.0/sql/warehouses/{id}/stop`

Stops a SQL warehouse.

API scopes: sql

## Path parameters

- `id` (string, optional)
  Required. Id of the SQL warehouse.

## Response

```json
{}
```

