# Stop V2 Onboarding experiments

Stop V2 Onboarding experiments

Endpoint: POST /gateway/chaos/manager/api/rest/v2/onboarding/{onboardingid}/stop
Version: 1.0
Security: x-api-key

## Path parameters:

  - `onboardingid` (string, required)
    onboarding id

## Query parameters:

  - `correlationID` (string)
    correlation id is used to debug micro svc communication

  - `accountIdentifier` (string)
    account id that want to access the resource

  - `organizationIdentifier` (string)
    organization id that want to access the resource

  - `projectIdentifier` (string)
    project id that want to access the resource

## Response 400 fields (application/json):

  - `code` (string)
    Enum: "PIPELINE_NOT_FOUND"

  - `description` (string)

  - `message` (string)


