# Api:Pools

**Page:** api/api-pools

[Download Raw Markdown](./api/api-pools.md)

---

## API Endpoints Summary

- **GET** `/api/v1/pools` — List user pools
- **POST** `/api/v1/pools` — Create pool
- **GET** `/api/v1/pools/{id}` — Get pool details
- **PUT** `/api/v1/pools/{id}` — Update pool
- **PATCH** `/api/v1/pools/{id}` — Update pool
- **DELETE** `/api/v1/pools/{id}` — Delete pool

## CLI

```bash
# CLI mapping will be generated from the SDK CLI sources in a later step.
# Example (placeholder):
# hoody-cli <command> --help
```