Supprimer un projet par défaut

Cette page est à ce jour disponible en anglais uniquement.

You can remove a project as default using OKS CLI.

Removing a Project as Default Using OKS CLI

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

The project logout command allows you to terminate your active session with the current project, effectively clearing your authentication tokens from the CLI (the default project is now set to none):

Request sample
$ oks-cli project logout

The default project is unset.

Result sample
Logged out from the current project

Related Pages