Attempt to cancel every top-level job belonging to the batch. Batch cancellation is best effort: jobs already cancelled or already in progress are skipped, while related parent, child, or sibling jobs discovered through nesting are cancelled when possible, including sibling cascades from child cancellation.
Bearer token authentication using API tokens for team-based access control.
You can generate your own API token at: https://app.nexrender.com/team/settings
Unique batch identifier in ULID format
^[0-9A-HJKMNP-TV-Z]{26}$Best-effort batch cancellation completed.
Best-effort cancellation summary for a batch. Counts refer to the top-level jobs stored under the batch ID; cancelledJobs includes all unique jobs actually cancelled, including cascaded relatives.
Unique batch identifier.
cancelled when every top-level batch job was cancelled, partial when some were skipped, unchanged when none were cancellable.
cancelled, partial, unchanged Total number of top-level jobs in the batch.
Number of top-level jobs cancelled by the request.
Number of top-level jobs skipped because they were already missing or not in a cancellable state.
Jobs cancelled by the request, including any related parent, child, or sibling jobs cancelled as part of the same operation. Cancelling a child may trigger sibling cascades when those related jobs are still cancellable.