VPS_recreateVirtualMachineV1
Reset and rebuild a virtual machine with a fresh OS installation, deleting all existing data and snapshots. Ensure password meets security requirements for irreversible VPS recreation.
Instructions
Recreate a virtual machine from scratch.
The recreation process involves reinstalling the operating system and resetting the virtual machine to its initial state. Snapshots, if there are any, will be deleted.
Password Requirements
Password will be checked against leaked password databases. Requirements for the password are:
At least 8 characters long
At least one uppercase letter
At least one lowercase letter
At least one number
Is not leaked publicly
This operation is irreversible and will result in the loss of all data stored on the virtual machine!
Use this endpoint to completely rebuild VPS instances with fresh OS installation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
password | No | Password for the virtual machine. If not provided, random password will be generated. Password will not be shown in the response. | |
post_install_script_id | No | Post-install script ID | |
template_id | Yes | Template ID | |
virtualMachineId | Yes | Virtual Machine ID |