> For the complete documentation index, see [llms.txt](https://docs.deltastream.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deltastream.io/reference/sql-syntax/ddl/start-stop-compute_pool.md).

# START/STOP COMPUTE\_POOL

## Syntax

```sql
START COMPUTE_POOL my_pool;
```

## Description

Start a compute\_pool with the provided name.

## Syntax

```sql
STOP COMPUTE_POOL my_pool;
```

## Description

Stop a compute\_pool with the provided name.
