Skip to content
Recued
Menu
← Back to recipes

Cancel a Mistral batch job

by recued-core v1

Approval-gated Mistral workflow for canceling one batch job. It reads the target batch job first, calls recued-core.mistral.batch_job.cancel for that explicit job ID, and shows current batch context. It does not create jobs, upload/download files, mutate agents, execute workflows, or call arbitrary Mistral routes.

How it works 8 steps

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

Process (8 steps)
normalized_job_id trim
Trim whitespace from setting job id
normalized_reason trim
Trim whitespace from setting reason
job_before ?
cancel_job ?
recent_jobs_raw ?
recent_jobs default
Apply default
job_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 3 configurable

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

job id setting =
reason setting =
mistral setting =

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 Mistral connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

mistral mistralbatch-jobscancelapprovalpack:mistral

Details

8 steps 3 configurable settings recipe_id: cancel-mistral-batch-job