v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1477335300.0 KB

Initiates a stop request for the current test run. AWS Device Farm immediately stops the run on devices where tests have not started. You are not billed for these devices. On devices where tests have started executing, setup suite and teardown suite tests run to completion on those devices. You are billed for setup, teardown, and any tests that were in progress or already completed.

post/#X-Amz-Target=DeviceFarm_20150623.StopRun

Headers

X-Amz-Target'DeviceFarm_20150623.StopRun' required

Request body

arnstring required

Represents the Amazon Resource Name (ARN) of the Device Farm run to stop.

Response

Success

Example response

{
  "run": {}
}