Skip to content

Commit 5d7940a

Browse files
committed
commented out delete workflow step from main guide
1 parent efdf57e commit 5d7940a

File tree

1 file changed

+4
-0
lines changed
  • src/content/docs/workflows/get-started

1 file changed

+4
-0
lines changed

src/content/docs/workflows/get-started/guide.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,8 @@ curl -s https://workflows-starter.YOUR_WORKERS_SUBDOMAIN.workers.dev/
507507
{"id":"16ac31e5-db9d-48ae-a58f-95b95422d0fa","details":{"status":"queued","error":null,"output":null}}
508508
```
509509

510+
{/*
511+
510512
## 7. (Optional) Clean up
511513
512514
You can optionally delete the Workflow, which will prevent the creation of any (all) instances by using `wrangler`:
@@ -517,6 +519,8 @@ npx wrangler workflows delete my-workflow
517519
518520
Re-deploying the Workers script containing your Workflow code will re-create the Workflow.
519521
522+
*/}
523+
520524
---
521525

522526
## Next steps

0 commit comments

Comments
 (0)