# Files:Mounts

**Page:** api/files-mounts

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

---

## API Endpoints Summary

- **GET** `/api/v1/mounts` — List all mounts
- **POST** `/api/v1/mounts` — Create persistent FUSE mount
- **GET** `/api/v1/mounts/{id}` — Get mount details
- **PATCH** `/api/v1/mounts/{id}` — Update mount VFS configuration
- **DELETE** `/api/v1/mounts/{id}` — Unmount filesystem

## CLI

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