Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.rafftechnologies.com/llms.txt

Use this file to discover all available pages before exploring further.

Updated May 8, 2026 Rename a VM to update its label in the dashboard, API responses, and billing usage logs. The VM’s ID, public IPv4, and disk contents are all unchanged — it’s a display-name change only.

Two ways to open the rename dialog

a. Detail page — pencil icon

On the VM detail page, click the pencil icon next to the name.
VM detail page with the pencil edit icon next to the VM name

b. Instance list — row Actions menu

In the Instances list, open the row’s menu and choose Rename.
Instance list row Actions menu showing the Rename option

Rename dialog

Both paths open the same dialog. Type the new name and click Rename.
Rename VM dialog with the Name field and a 64-character counter
Rules:
RuleValue
Maximum length64 characters
UniquenessMust be unique within your account
Restart requiredNo — change is immediate

What changes vs what stays

ChangesStays the same
Display name in the dashboardVM ID (UUID)
name field in API responsesPublic IPv4 / IPv6
Label on the billing usage logPrivate IP / VPC
Hostname inside the OS — set it manually with hostnamectl set-hostname <new> (Linux) or via System Properties (Windows)Disk contents, snapshots, backups, attached volumes, security groups, tags

Next steps

Manage power

Start, stop, reboot.

API Reference

Rename a VM via API.
Last modified on May 9, 2026