v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1437208153.9 KB

Stops the assessment run that is specified by the ARN of the assessment run.

post/#X-Amz-Target=InspectorService.StopAssessmentRun

Headers

X-Amz-Target'InspectorService.StopAssessmentRun' required

Request body

assessmentRunArnstring required

The ARN of the assessment run that you want to stop.

stopAction'START_EVALUATION' | 'SKIP_EVALUATION'

An input option that can be set to either START_EVALUATION or SKIP_EVALUATION. START_EVALUATION (the default value), stops the AWS agent from collecting data and begins the results evaluation and the findings generation process. SKIP_EVALUATION cancels the assessment run immediately, after which no findings are generated.

Response

Success