Skip to content

Commit 7844983

Browse files
Apply suggestion from @petebacondarwin
1 parent 1d1e7f4 commit 7844983

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/pages/configuration/preview-deployments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To clean up old preview deployments, you can delete them using Wrangler:
7878
npx wrangler pages deployment delete <DEPLOYMENT_ID> --project-name <PROJECT_NAME>
7979
```
8080

81-
Use the `--force` (or `-f`) flag to skip the confirmation prompt, which is useful for CI/CD automation. You can find deployment IDs by running [`wrangler pages deployment list`](/workers/wrangler/commands/#deployment-list).
81+
Use the `--force` (or `-f`) flag to skip the confirmation prompt, and to force deletion of aliased deployments. You can find deployment IDs by running [`wrangler pages deployment list`](/workers/wrangler/commands/#deployment-list).
8282

8383
:::note
8484
The latest deployment for a branch cannot be deleted.

0 commit comments

Comments
 (0)