CancelBatchRequest Example Usage import { CancelBatchRequest } from "argot-open-ai/models/operations"; let value: CancelBatchRequest = { batchId: "<id>", }; Fields Field Type Required Description batchId string ✔️ The ID of the batch to cancel.