DocumentationAPI Reference

Reinstall

Completely reinstall the server. All server files are reset.

POST/servers/:id/reinstall

Reinstall the server. Returns 202 (asynchronous process).

curl -X POST "https://www.mado-hosting.com/api/v1/servers/srv_abc123/reinstall" \
  -H "Authorization: Bearer rsk_your_key" \
  -H "Content-Type: application/json"
This action deletes all server files and completely reinstalls the server. Create a backup first!