{"tool":"aws","tool_display":"Aws","intent":"delete-eks-cluster-1608","intent_display":"delete eks cluster 1608","title":"Aws Command: delete eks cluster 1608","command_string":"aws eks delete-cluster --name <cluster_name>","raw_command_string":"aws eks delete-cluster --name {{cluster_name}}","description":"Exact CLI syntax to delete eks cluster 1608 using Aws.","usage_scenario":"When decommissioning a project or redeploying a new environment in the same VPC.","scenario_context":"Always ensure to backup your configurations before permanently deleting EKS clusters.","simulated_output":"$ aws eks delete-cluster --name eks-cluster-1608\n{\n    \"cluster\": {\n        \"name\": \"eks-cluster-1608\",\n        \"status\": \"DELETING\"\n    }\n}\n\n$ aws eks describe-cluster --name eks-cluster-1608\nAn error occurred (ResourceNotFoundException) when calling the DescribeCluster operation: Cluster_eks-cluster-1608 not found.","how_to_steps":["Run the command: aws eks delete-cluster --name eks-cluster-1608","Verify the deletion status with: aws eks describe-cluster --name eks-cluster-1608"],"inferred_category":"Cloud Infrastructure","canonical_url":"https://www.syntaxstandard.com/aws/delete-eks-cluster-1608"}