Skip to main content

Delete Cluster

Delete the specified cluster configuration.

Request

DELETE /api/v1/pve/cluster/:id
Authorization: Bearer <token>

Path Parameters

ParameterTypeDescription
idintCluster ID

Response

{
"code": 200,
"message": "success"
}

Note: Deleting a cluster will remove all related configuration and data. Please use with caution.