Skip to main content

akuity_argocd_addon_cluster-customization_delete

akuity argocd addon cluster-customization delete

Delete a cluster customization by index

akuity argocd addon cluster-customization delete <addon-id> <index> [flags]
Index shifting after deletion

Cluster customizations are stored as an ordered list. When you delete an entry, all customizations with a higher index shift down by one. For example, if you delete index 0, the former index 1 becomes the new index 0. Run akuity argocd addon cluster-customization list after a deletion to see the updated indices before performing further operations.

Examples

akuity argocd addon cluster-customization delete \
--organization-name=<name> \
--instance-name=<name> \
<addon-id> <index>

Options

-h, --help help for delete
--instance-id string ArgoCD instance ID
--instance-name string ArgoCD instance name
--org-id string Alias for organization-id
--org-name string Alias for organization-name
--organization-id string Akuity cloud organization ID
--organization-name string Akuity cloud organization name

Options inherited from parent commands

--insecure-skip-tls-verify If true, the server's certificate will not be checked for validity
--no-color Disable colored output (default true)
--server string The server url of the Akuity cloud (default "https://akuity.cloud")

SEE ALSO