Skip to content

Commit d1ea0cc

Browse files
committed
Added pause and resume commands to manage Workflows
1 parent 1223e3b commit d1ea0cc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,6 @@ wrangler workflows instances terminate <WORKFLOW_NAME> <ID> [OPTIONS]
13211321
- `ID` <Type text="string" /> <MetaInfo text="required" />
13221322
- The ID of a Workflow instance.
13231323

1324-
{/*
13251324
### `instances pause`
13261325

13271326
Pause (until resumed) a Workflow instance.
@@ -1348,8 +1347,6 @@ wrangler workflows instances resume <WORKFLOW_NAME> <ID> [OPTIONS]
13481347
- `ID` <Type text="string" /> <MetaInfo text="required" />
13491348
- The ID of a Workflow instance.
13501349

1351-
*/}
1352-
13531350
### `describe`
13541351

13551352
```sh

0 commit comments

Comments
 (0)