powered by
Method for the AzureRMR::az_resource_group class.
NULL on successful deletion.
delete_aks(name, confirm=TRUE, wait=FALSE)
name: The name of the Kubernetes service.
name
confirm: Whether to ask for confirmation before deleting.
confirm
wait: Whether to wait until the deletion is complete.
wait
create_aks, get_aks
az_kubernetes_service
kubernetes_cluster for the cluster endpoint
AKS documentation and API reference
Kubernetes reference
if (FALSE) { rg <- AzureRMR::get_azure_login()$ get_subscription("subscription_id")$ get_resource_group("rgname") rg$delete_aks("mycluster") }
Run the code above in your browser using DataLab