Skip to content

remove

Overview

Removes a previously deployed app from the cluster.

This is a convenience command which wraps helm commands.

podplane remove --name <name> [flags]

Options

FlagDescription
--name stringName of the app deployment to remove (required)
-n, --namespace stringKubernetes namespace the app was deployed into
--context stringThe name of the kubeconfig context to use
--kubeconfig stringPath to the kubeconfig file (default: $KUBECONFIG or ~/.kube/config)