Skip to main content

API Changelog

All changes to the Raff Cloud public API. Current version: v1.0.0 (in progress). ๐ŸŸข Added ยท ๐Ÿ”ต Updated ยท ๐ŸŸก Deprecated ยท ๐Ÿ”ด Removed ยท ๐ŸŸฃ Fixed

v1.0.0 (In Progress)

March 25, 2026

General
  • ๐ŸŸข Added โ€” Changelog tracking started

March 15, 2026

Virtual Machines โ€” API
  • ๐ŸŸข Added โ€” Resize VM disk storage without recreating โ€” POST /api/v1/vms/{id}/resize-disk
  • ๐ŸŸข Added โ€” Bulk delete VMs in a single request โ€” POST /api/v1/vms/bulk-delete
  • ๐Ÿ”ต Updated โ€” Create VM now accepts enable_ipv6 parameter for IPv6 support โ€” POST /api/v1/vms

March 10, 2026

Virtual Machines โ€” API
  • ๐ŸŸข Added โ€” Reinstall OS on a running VM, keep your IP โ€” POST /api/v1/vms/{id}/reinstall
  • ๐ŸŸข Added โ€” Factory reset VM to original state โ€” POST /api/v1/vms/{id}/factory-reset
  • ๐ŸŸข Added โ€” Reset root password via API โ€” POST /api/v1/vms/{id}/reset-password
  • ๐ŸŸข Added โ€” Rename VMs after creation โ€” POST /api/v1/vms/{id}/rename

March 5, 2026

Volumes โ€” API
  • ๐ŸŸข Added โ€” Resize block storage volumes attached to VMs โ€” PATCH /api/v1/volumes/{id}

March 3, 2026

Projects โ€” API
  • ๐ŸŸข Added โ€” Organize resources into projects โ€” full CRUD via API
    • GET /api/v1/projects ยท POST /api/v1/projects ยท GET /api/v1/projects/{id} ยท PUT /api/v1/projects/{id} ยท DELETE /api/v1/projects/{id}

March 1, 2026

Virtual Machines โ€” API
  • ๐ŸŸข Added โ€” Full VM lifecycle โ€” create, list, get details, delete
    • GET /api/v1/vms ยท POST /api/v1/vms ยท GET /api/v1/vms/{id} ยท DELETE /api/v1/vms/{id}
  • ๐ŸŸข Added โ€” VM power control โ€” start, stop, reboot
    • POST /api/v1/vms/{id}/start ยท POST /api/v1/vms/{id}/stop ยท POST /api/v1/vms/{id}/reboot
  • ๐ŸŸข Added โ€” Scale resources โ€” resize CPU and RAM on demand โ€” POST /api/v1/vms/{id}/resize
Catalog โ€” API
  • ๐ŸŸข Added โ€” Browse available resources โ€” regions, OS templates, pricing (no auth required)
    • GET /api/v1/public/regions ยท GET /api/v1/public/templates
    • GET /api/v1/public/pricing/vm ยท /volume ยท /snapshot ยท /backup ยท /ip