Deleting a Project
You can delete a project using OKS CLI.
Deleting a Project Using OKS CLI
Before you begin: Install and configure OKS CLI. For more information, see Installing and Configuring OKS CLI. |
The project delete
command allows you to delete a project:
Delete projects
$ oks-cli project delete --project-name my-project
This command contains the following option that you need to specify:
-
project-name
: The name of the project you want to delete.
You are then prompted to confirm the deletion. If you proceed by entering y
, the project will be permanently deleted. If you enter N
, the deletion process will be canceled.
Result sample
Project abcd1234-ef56-gh78-ijklmn1234 successfully deleted
Related Pages