diff --git a/cli/checkly-destroy.mdx b/cli/checkly-destroy.mdx index eed9689d..d34debf0 100644 --- a/cli/checkly-destroy.mdx +++ b/cli/checkly-destroy.mdx @@ -26,6 +26,7 @@ npx checkly destroy [options] |--------|----------|-------------| | `--config, -c` | - | The Checkly CLI configuration file. If not passed, uses the `checkly.config.ts\|js` file in the current directory. | | `--force, -f` | - | Force mode. Skips the confirmation dialog. | +| `--preserve-resources` | - | Delete the project but keep its resources in your account, unbound from any project. | ## Command Options @@ -62,6 +63,17 @@ npx checkly destroy -f Use with extreme caution as this command option bypasses safety prompts. + +Delete the project but keep its resources (checks, groups, alert channels, etc.) in your Checkly account. The resources become unbound from the project and can be imported into another project later. + +**Usage:** + +```bash Terminal +npx checkly destroy --preserve-resources +``` + + + ## What Gets Destroyed The `destroy` command removes the all the resources managed by the specified project. These resources could include: