DELETE
/
servers
/
{uuid}
curl --request DELETE \
  --url https://app.coolify.io/api/v1/servers/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Server deleted."
}

Authorizations

Authorization
string
header
required

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

Path Parameters

uuid
string
required

UUID of the server.

Response

200
application/json

Server deleted.

The response is of type object.