Page cover

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, rm

Steps

Follow the steps below to run and view the result of this command:

  1. Check the list of available projects in your organization. Refer to the Project List section for details.

  2. Identify the Project ID of the project you wish to delete.

  3. Run the following command in your terminal:

./cldkctl project delete <project_id>
  1. The system will ask for confirmation before proceeding with deletion. Confirm to permanently remove the project.

  2. If successful, the command will return a confirmation message “Project deleted”.

Flags

This command supports global flags. Refer to the Global Flags section for details

Flag
Description

-h, --help

Help for the delete command.

Last updated