API Reference
cURL
curl --request DELETE \ --url https://mcp.runalloy.com/api/servers/{serverId} \ --header 'Authorization: Bearer <token>'
{ "message": "Server deleted", "serverId": "production-server-a1b2c3d4" }
Permanently deletes a server and all associated data
Use either an Alloy API key or JWT token
User ID (optional with API key)
Server ID
Server deleted successfully
"Server deleted"
"production-server-a1b2c3d4"