Skip to main content
DELETE
/
v0
/
serverhosts
Delete a serverhost
curl --request DELETE \
  --url https://controller.platform.simplecloud.app/v0/serverhosts \
  --header 'X-Network-ID: <x-network-id>' \
  --header 'X-Network-Secret: <x-network-secret>'
{
  "host_name": "ServerHost-1",
  "message": "Serverhost deleted successfully",
  "serverhost_id": "123e4567-e89b-12d3-a456-426614174000"
}

Headers

X-Network-ID
string
required

Network ID

X-Network-Secret
string
required

Network Secret

Query Parameters

serverhost_id
string
required

Serverhost ID

Response

OK

Response for deleting a serverhost

host_name
string
Example:

"ServerHost-1"

message
string
Example:

"Serverhost deleted successfully"

serverhost_id
string
Example:

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