# Start Warehouse

Launch stage: GA

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

Starts a SQL warehouse.

API scopes: sql

## Path parameters

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

## Response

```json
{}
```

