abort_import
Cancel a running import or long process in Gigwa by providing its progress token. Returns confirmation of the abort request.
Instructions
Abort a running import (or other long process), given its progress token.
Asks Gigwa to cancel the process identified by progress_token (the token returned
by import_dartseq / import_vcf when run with wait=False). Returns whether
the abort request was accepted; poll get_import_progress afterwards to confirm it
stopped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| progress_token | Yes | Progress token returned by an import (import::<user>::<uuid>). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |