Removing a Project as Default
You can remove a project as default using OKS CLI.
Removing a Project as Default Using 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 then set to none.
Request sample
$ oks-cli project logout
The default project is unset.
Result sample
Logged out from the current project
Related Pages