RenameVmRequest
Request body for renaming a virtual machine.
namestringnullable
New host name for the VM. Uses the same validation as VM creation: must be non-empty, at most 253 characters, and FQDN-like: each dot-separated label must be non-empty, at most 63 characters, contain only letters, digits and hyphens, and must not start or end with a hyphen.
RenameVmRequest
{
"name": "string"
}