Skip to content
Recued
Menu
← Back to recipes

Cancel a Firecrawl crawl

by recued-core v1

Approval-gated Firecrawl workflow for canceling one crawl job. It reads the target crawl first, calls recued-core.firecrawl.crawl.cancel for that explicit crawl ID, then lists active crawls for context. It does not start new crawls, cancel batch scrapes, mutate team settings, or call arbitrary Firecrawl API routes.

How it works 9 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (9 steps)
normalized_crawl_id trim
Trim whitespace from setting crawl id
normalized_reason trim
Trim whitespace from setting reason
crawl_before ?
cancel_crawl ?
active_crawls_raw ?
active_crawls default
Apply default
active_rows slice
Take a subset of
active_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 4 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

reason setting =
crawl id setting =
firecrawl setting =
row limit setting = 20

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Firecrawl connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

firecrawl firecrawlcrawlcancelapprovalpack:firecrawl

Details

9 steps 4 configurable settings recipe_id: cancel-firecrawl-crawl