curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/clusters/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Permanently delete the cluster with the given ID. This action is irreversible.
curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/clusters/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://www.truefoundry.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier of the cluster.
The cluster was deleted successfully.
Confirmation message indicating the cluster was deleted.
Was this page helpful?