seedfast_run_cancel
Cancel a pending or running seeding operation by run ID. Confirms cancellation or reports when not cancellable, without throwing errors, though inserted data is not rolled back.
Instructions
Requests cancellation of a pending or running seeding operation. Returns a text line confirming cancellation, or — if the run is already completed/failed/cancelled — a message that it is not cancellable (no error). This is a destructive action against the run: partial inserts already written to the database are NOT rolled back. Use only when the user explicitly asks to stop a run or when a runaway operation must be aborted. Does not require SEEDFAST_API_KEY. Next: call seedfast_run_status to confirm the final state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | Run ID returned by seedfast_run. |