API Changelog
All changes to the Raff Cloud public API. Current version: v1.0.0 (in progress). ๐ข Added ยท ๐ต Updated ยท ๐ก Deprecated ยท ๐ด Removed ยท ๐ฃ Fixedv1.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_ipv6parameter 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
- ๐ข Added โ Browse available resources โ regions, OS templates, pricing (no auth required)
GET /api/v1/public/regionsยทGET /api/v1/public/templatesGET /api/v1/public/pricing/vmยท/volumeยท/snapshotยท/backupยท/ip