cancel_job
Stop an active job by its ID and receive the updated cancellation status.
Instructions
Cancel a running job in the Bauplan system by its job_id and return the updated job status.
Args: job_id: The ID of the job to cancel.
Returns: JobInfo: Object containing updated job details after cancellation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| kind | Yes | ||
| user | Yes | ||
| human_readable_status | Yes | ||
| created_at | Yes | ||
| finished_at | Yes | ||
| status | Yes |