View a markdown version of this page

StopExperiment - AWS Fault Injection Service

StopExperiment

Stops the specified experiment.

Request Syntax

DELETE /experiments/id HTTP/1.1

URI Request Parameters

The request uses the following URI parameters.

id

The ID of the experiment.

Length Constraints: Maximum length of 64.

Pattern: [\S]+

Required: Yes

Request Body

The request does not have a request body.

Response Syntax

HTTP/1.1 200 Content-type: application/json { "experiment": { "actions": { "string" : { "actionId": "string", "description": "string", "endTime": number, "parameters": { "string" : "string" }, "startAfter": [ "string" ], "startTime": number, "state": { "reason": "string", "status": "string" }, "targets": { "string" : "string" } } }, "arn": "string", "creationTime": number, "endTime": number, "experimentOptions": { "accountTargeting": "string", "actionsMode": "string", "emptyTargetResolutionMode": "string" }, "experimentReport": { "s3Reports": [ { "arn": "string", "reportType": "string" } ], "state": { "error": { "code": "string" }, "reason": "string", "status": "string" } }, "experimentReportConfiguration": { "dataSources": { "cloudWatchDashboards": [ { "dashboardIdentifier": "string" } ] }, "outputs": { "s3Configuration": { "bucketName": "string", "prefix": "string" } }, "