Skip to content

Commit 6afda49

Browse files
committed
corrected reinstalling behaivior
1 parent 759d857 commit 6afda49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/api/client/servers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ curl -X POST "https://your-panel.com/api/client/servers/d3aac109/settings/reinst
11871187
Returns empty response body with status code 202.
11881188

11891189
:::warning Important
1190-
Reinstalling a server will **permanently delete all files** and reinstall the server from scratch. Make sure to create backups before reinstalling.
1190+
Reinstalling a server will just **rerun the install script** with all files still on the server. There is also no endpoint to delete all files.
11911191
:::
11921192

11931193
### Update Docker Image
@@ -2006,7 +2006,7 @@ Trigger a reinstallation of the server. This will stop the server and re-run the
20062006
**`POST /api/client/servers/{server}/settings/reinstall`**
20072007

20082008
:::warning Important
2009-
This action will delete all server files and reinstall the server from scratch. Make sure to backup important data before proceeding.
2009+
Reinstalling a server will just **rerun the install script** with all files still on the server. There is also no endpoint to delete all files.
20102010
:::
20112011

20122012
### URL Parameters

0 commit comments

Comments
 (0)