kuberoutectl target delete

Delete a target from the local cache

Synopsis

Delete a target from the local cache.

This is a cache cleanup, not a permanent exclusion: a later kuberoutectl sync <provider> re-adds the target if the cluster still exists. Scopes, credentials, and sources are left untouched.

kuberoutectl target delete <alias|id|name> [flags]

Options

  -h, --help   help for delete

Options inherited from parent commands

  -o, --output string   output format: text|json (default "text")
  -v, --verbose         trace external CLI commands, exit codes, and their stderr on failure

SEE ALSO