cURL
curl --request DELETE \ --url https://app.coolify.io/api/v1/servers/{uuid} \ --header 'Authorization: Bearer <token>'
{ "message": "Server deleted." }
Delete server by UUID.
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Keys & Tokens
API tokens
UUID of the server.
Server deleted.
The response is of type object.
object