Skip to content
Recued
Menu
← Back to recipes

Cancel a Mistral fine-tuning job

by recued-core v1

Approval-gated Mistral workflow for canceling one fine-tuning job. It reads the target job first, calls recued-core.mistral.fine_tuning_job.cancel for that explicit job ID, and shows current fine-tuning context. It does not create, start, archive, or delete fine-tuned models, 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 mistralfine-tuningcancelapprovalpack:mistral

Details

8 steps 3 configurable settings recipe_id: cancel-mistral-fine-tuning-job