StopKubernetesCluster
Stops a Kubernetes cluster based on the provided subscription ID, resource group name, and cluster name.
post
Authorizations
Query parameters
subscriptionIdstringRequired
The ID of the subscription where the Kubernetes cluster is located.
resourceGroupNamestringRequired
The name of the resource group containing the Kubernetes cluster.
clusterNamestringRequired
The name of the Kubernetes cluster to be stopped.
Responses
200
Success: The Kubernetes cluster has been successfully stopped.
400
Bad Request: The request failed due to invalid or missing parameters.
404
Not Found: The specified Kubernetes cluster or resource group could not be found.
500
Internal Server Error: An error occurred while attempting to stop the Kubernetes cluster.
post
POST /Kubernetes/StopKubernetesCluster?subscriptionId=text&resourceGroupName=text&clusterName=text HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content