v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141811490.1 KB

Stops an asynchronous batch translation job that is in progress.

If the job's state is IN_PROGRESS, the job will be marked for termination and put into the STOP_REQUESTED state. If the job completes before it can be stopped, it is put into the COMPLETED state. Otherwise, the job is put into the STOPPED state.

Asynchronous batch translation jobs are started with the StartTextTranslationJob operation. You can use the DescribeTextTranslationJob or ListTextTranslationJobs operations to get a batch translation job's JobId.

post/#X-Amz-Target=AWSShineFrontendService_20170701.StopTextTranslationJob

Headers

X-Amz-Target'AWSShineFrontendService_20170701.StopTextTranslationJob' required

Request body

JobIdstring required

The job ID of the job to be stopped.

Response

Success

JobIdstring

The job ID of the stopped batch translation job.

JobStatus'SUBMITTED' | 'IN_PROGRESS' | 'COMPLETED' | 'COMPLETED_WITH_ERROR' | 'FAILED' | 'STOP_REQUESTED' | 'STOPPED'

The status of the designated job. Upon successful completion, the job's status will be <code>STOPPED</code>.