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

Note that reinstallation is queued and will take 5 - 20 minutes to complete. You are recommend to mark a server as undergoing reinstallation so that you don't accidentally assign a new user during the process.

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
}

Last updated