v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1465453454.1 KB

Stops a running model. The operation might take a while to complete. To check the current status, call DescribeProjectVersions.

This operation requires permissions to perform the rekognition:StopProjectVersion action.

post/#X-Amz-Target=RekognitionService.StopProjectVersion

Headers

X-Amz-Target'RekognitionService.StopProjectVersion' required

Request body

ProjectVersionArnstring required
<p>The Amazon Resource Name (ARN) of the model version that you want to delete.</p> <p>This operation requires permissions to perform the <code>rekognition:StopProjectVersion</code> action.</p>

Response

Success

Status'TRAINING_IN_PROGRESS' | 'TRAINING_COMPLETED' | 'TRAINING_FAILED' | 'STARTING' | 'RUNNING' | 'FAILED' | 'STOPPING' | 'STOPPED' | 'DELETING' | 'COPYING_IN_PROGRESS' | 'COPYING_COMPLETED' | 'COPYING_FAILED'

The current status of the stop operation.