# Api:Server Rental

**Page:** api/api-server-rental

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

---

## API Endpoints Summary

- **GET** `/api/v1/servers/available` — Browse rental marketplace
- **POST** `/api/v1/servers/{id}/rent` — Rent server
- **GET** `/api/v1/servers` — List user servers (alias for /rentals)
- **GET** `/api/v1/servers/{id}` — Get server details (alias for /rentals/:id)

## CLI

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