# Api:Container Environment

**Page:** api/api-container-environment

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

---

## API Endpoints Summary

- **GET** `/api/v1/containers/{id}/env` — List container environment variables
- **PUT** `/api/v1/containers/{id}/env` — Bulk set container environment variables
- **PATCH** `/api/v1/containers/{id}/env` — Bulk set container environment variables
- **PUT** `/api/v1/containers/{id}/env/{key}` — Set a single environment variable
- **PATCH** `/api/v1/containers/{id}/env/{key}` — Set a single environment variable
- **DELETE** `/api/v1/containers/{id}/env/{key}` — Delete a single environment variable

## CLI

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