Skip to main content
DELETE
/
v0
/
servers
Stop a server
curl --request DELETE \
  --url https://controller.platform.simplecloud.app/v0/servers \
  --header 'X-Network-ID: <x-network-id>' \
  --header 'X-Network-Secret: <x-network-secret>'
{
  "message": "Server stop request sent successfully",
  "server_id": "123e4567-e89b-12d3-a456-426614174000",
  "state": "STOPPING"
}

Headers

X-Network-ID
string
required

Network ID

X-Network-Secret
string
required

Network Secret

Query Parameters

server_id
string
required

Server ID

Response

OK

Response for stopping a server

message
string
Example:

"Server stop request sent successfully"

server_id
string
Example:

"123e4567-e89b-12d3-a456-426614174000"

state
string
Example:

"STOPPING"