Reinstallation
Pre Release: Subject to changes
This request enables you to reinstall your server.
Use Case
You can use this specific call to reinstall your server at your chosen template. You can provide this functionality to user (user -> your backend -> zesty) and for your administrative needs at your admin dashboard. You would be using this to wipe a server clean after a cancellation by user, before releasing it to another user
Example
POST https://zestystore.com/api/reseller/v1/server/{server_id}/reinstallation
Path Parameters
Name
Type
Description
server_id*
Integer
Request Body
Name
Type
Description
os*
String
to be confirmed
{
// Response
}{
"password" : "String"
}Last updated