Deleting a Project
You can delete a project using Cockpit and OKS CLI.
Deleting a Project Using Cockpit
-
In the Projects dashboard, hover over the row of the project you want to delete and click the
action menu.
A drop-down menu appears. -
Click
Delete.
A confirmation dialog box appears. -
Type "DELETE" in the text field, and click Delete.
The project is deleted.
Deleting a Project Using OKS CLI
The project delete command allows you to delete a project:
Request sample
$ oks-cli project delete \
--project-name NAME_OF_PROJECT
This command contains the following option that you need to specify:
-
project-name: The name of the project that 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
Corresponding API Method