Skip to contents

Terminates a service job in a job queue.

See https://www.paws-r-sdk.com/docs/batch_terminate_service_job/ for full documentation.

Usage

batch_terminate_service_job(jobId, reason)

Arguments

jobId

[required] The service job ID of the service job to terminate.

reason

[required] A message to attach to the service job that explains the reason for canceling it. This message is returned by describe_service_job operations on the service job.