@@ -336,7 +336,7 @@ class Home extends Component<PropsType, StateType> {
return api.destroyInfra(
"<token>",
- { name: cluster.name },
+ {},
{ project_id: currentProject.id, infra_id: cluster.infra_id }
);
});
@@ -62,7 +62,7 @@ class UpdateClusterModal extends Component<PropsType, StateType> {
api
.destroyInfra(
- { name: currentCluster.name },
{
project_id: currentProject.id,
infra_id: currentCluster.infra_id,