Reinstall your servers
Last updated
Was this helpful?
Last updated
Was this helpful?
Warning: The operation will always cause a full disk wipe. All data will be lost! Proceed with caution.
To reinstall your servers, use the endpoint provided in the . Ensure you obtain the required UUID from the POST /servers response body. You may pass optional parameters such as:
name
(hostname)
os
(operating system), which must include a slug property. If the OS is not Windows or Talos, the sshKey
is mandatory.
kernelParam
(optional)
partitions
(optional)
sshKey
(essential if the OS is not Windows or Talos)
postInstallScript
(must be a valid Shell script)
Parameters:
name
: (string)
Optionally include kernelParam
, partitions
, sshKey
Behavior:
The originally provisioned OS will be reinstalled, including any specified kernelParam
, custom partitions
, and/or sshKey
.
If you pass a new sshKey
, it replaces the original.
Example PATCH request with all of the options