Skip to content

Commit efdf57e

Browse files
committed
commented out the delete wrangler command as it is not yet implemented
1 parent 489376f commit efdf57e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,6 +1373,8 @@ wrangler workflows trigger <WORKFLOW_NAME> <PARAMS> [OPTIONS]
13731373
wrangler workflows trigger my-workflow '{"hello":"world"}'
13741374
```
13751375

1376+
{/*
1377+
13761378
### `delete`
13771379
13781380
Delete (unregister) a Workflow.
@@ -1384,9 +1386,7 @@ wrangler workflows delete <WORKFLOW_NAME> [OPTIONS]
13841386
- `WORKFLOW_NAME` <Type text="string" /> <MetaInfo text="required" />
13851387
- The name of a registered Workflow.
13861388
1387-
:::caution
1388-
This command is not yet implemented.
1389-
:::
1389+
*/}
13901390

13911391
## `tail`
13921392

0 commit comments

Comments
 (0)