Skip to main content
GET
Get Server Details
Returns detailed information about a single server instance, including its current state, resource utilization, and configuration.

Authentication

Requires the Wings authentication token in the Authorization header:

Path Parameters

string
required
The UUID of the server

Response

string
Current state of the server. One of: offline, starting, running, stopping
boolean
Whether the server is currently suspended
object
Current resource usage statistics
object
Server configuration details

Error Responses

The requested server does not exist on this Wings instance.

Example Request

Example Response

Source Reference

Implemented in router/router_server.go:21