astroctl_infra_kubernetes_cancel
astroctl infra kubernetes cancel
Cancel an in-progress cluster operation
Synopsis
Cancel a running cluster operation (deploy, update, upgrade, delete). Use this when preflight checks reveal an issue and you want to stop the operation, fix the problem, and retry.
astroctl infra kubernetes cancel [flags]
Examples
# Cancel an in-progress operation on a cluster
astroctl infra k8s cancel my-cluster
# Cancel with a reason
astroctl infra k8s cancel my-cluster --reason "fixing cloud credentials"
# Cancel without confirmation
astroctl infra k8s cancel my-cluster --yes
Options
-c, --cluster-name string The cluster name
-h, --help help for cancel
--reason string Reason for cancellation
--yes Skip confirmation
Options inherited from parent commands
-o, --output string Output format (json|yaml) (default "yaml")
SEE ALSO
- astroctl infra kubernetes - Manage Kubernetes clusters