Function scaleway_api_rs::apis::clusters_api::delete_cluster[][src]

pub async fn delete_cluster(
    configuration: &Configuration,
    region: &str,
    cluster_id: &str,
    with_additional_resources: Option<bool>
) -> Result<ScalewayK8sV1Cluster, Error<DeleteClusterError>>
Expand description

This method allows to delete a specific cluster and all its associated pools and nodes. Note that this method will not delete any Load Balancers or Block Volumes that are associated with the cluster.