Allow forced server deletion

This commit is contained in:
npc0-hue
2026-08-04 15:03:49 +08:00
parent 96a1939f32
commit cf9af14eaf
17 changed files with 236 additions and 24 deletions
+6
View File
@@ -816,6 +816,12 @@ type ServerInstanceUpdate struct {
Name *string
}
type ServerDeletionRequest struct {
Password string
Force bool
Confirmation string
}
type PlatformResourceUsage struct {
CPUPercent float64
MemoryPercent float64