Skip to main content

tctl batch terminate

The tctl batch terminate command terminates a batch job.

tctl batch terminate --job_id <id> [<modifiers>]

The following modifiers control the behavior of the command.

--job_id

Required modifier

Specify the job ID of a batch job.

Alias: --jid

Example

tctl batch terminate --job_id <id>

--reason

Specify a reason for terminating this batch job.

Alias: --re

Example

tctl batch terminate --job_id <id> --reason <string>