Admin - Servers
Delete Server
Delete a server from both Wings and the panel
DELETE
Authentication
This endpoint requires admin authentication and theservers:write permission.
Path Parameters
Server ID or UUID
Query Parameters
Force delete from panel even if Wings deletion fails. Accepts “true” or “1”.
Response
Deletion Process
- Without force: Server is deleted from Wings first, then from the panel database
- With force: Server is deleted from the panel database even if Wings deletion fails
What Gets Deleted
- Server record
- Server limits
- All allocations (freed for reuse)
- Environment variables
- Schedules
- Databases
- Subusers
- Backups
- Mount associations
Error Handling
- 409 Conflict: Wings deletion failed and
forcewas not specified - 404 Not Found: Server doesn’t exist (treated as success if
force=true) - If the node is offline, use
force=trueto delete from the panel