Removing a Project as Default
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 Installing and Configuring 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