skip to content
ccdocs
Commandscc project

cc project delete

Delete a project and all of its environments from cc's database.

Usage

cc project delete [name] [flags]

Arguments

ArgumentDescription
nameProject to delete. Omit to be prompted.

Flags

FlagDescription
-y, --yesSkip confirmation prompt

Examples

cc project delete acme       # delete 'acme' and all its environments
cc project delete acme -y    # skip the confirmation

Notes

This is destructive — it removes the project record and all associated environments and switch history from cc's database. Your actual code and PostgreSQL databases are not affected.

On this page