Deleting an OKS Profile

Cette page est à ce jour disponible en anglais uniquement.

You can delete an OKS profile using OKS CLI.

Deleting an OKS Profile Using OKS CLI

Before you begin: Install and configure OKS CLI. For more information, see Installer et configurer OKS CLI.

The profile delete command allows you to delete an OKS profile:

Request sample
$ oks-cli profile delete --profile-name "default"

This command contains the following option that you need to specify:

  • profile-name: The name of the profile you want to delete.

You are then prompted to confirm the deletion. If you proceed by entering y, the profile corresponding to the name you typed will be permanently removed from your OKS CLI configuration. If you enter N, the deletion process will be canceled.

Related Pages