curl --request POST \ --url https://api.shadeform.ai/v1/clusters/{id}/delete \ --header 'X-API-KEY: <api-key>'
Clusters
/clusters/{id}/delete
This will move the cluster to the ‘deleting’ status while the cluster is being deleted. Once the cluster has entered the ‘deleting’ status, the account will no longer be billed for the cluster.
POST
/
clusters
/
{id}
/
delete
/clusters/{id}/delete
Copy
curl --request POST \ --url https://api.shadeform.ai/v1/clusters/{id}/delete \ --header 'X-API-KEY: <api-key>'