delete
The cldkctl project delete command permanently removes a project from your organization. Once deleted, the project and all its associated data cannot be recovered. Use this command with caution, as it is irreversible.
Usage
cldkctl project delete [id] [flags]Aliases
delete, del, rmSteps
Follow the steps below to run and view the result of this command:
Check the list of available projects in your organization. Refer to the Project List section for details.
Identify the Project ID of the project you wish to delete.
Run the following command in your terminal:
./cldkctl project delete <project_id>The system will ask for confirmation before proceeding with deletion. Confirm to permanently remove the project.
If successful, the command will return a confirmation message “Project deleted”.
Flags
Flag
Description
-h, --help
Help for the delete command.
Last updated
