Skip to content

Commit 0d05402

Browse files
committed
add wrangler workflows delete command
1 parent a7d0560 commit 0d05402

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/content/docs/workers/wrangler/commands.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,23 @@ wrangler workflows describe <WORKFLOW_NAME> [OPTIONS]
881881

882882
<Render file="wrangler-commands/global-flags" product="workers" />
883883

884+
### `delete`
885+
886+
Delete a Workflow and all its instances.
887+
888+
```sh
889+
wrangler workflows delete <WORKFLOW_NAME> [OPTIONS]
890+
```
891+
892+
- `WORKFLOW_NAME` <Type text="string" /> <MetaInfo text="required" />
893+
- The name of a registered Workflow.
894+
895+
<Render file="wrangler-commands/global-flags" product="workers" />
896+
897+
```sh
898+
wrangler workflows instances delete my-workflow
899+
```
900+
884901
### `trigger`
885902

886903
Trigger (create) a Workflow instance.

0 commit comments

Comments
 (0)