---
title: "Create a new loadTest"
method: POST
path: "/load-test"
tags: ["load-tests"]
---

# Create a new loadTest

`POST /load-test`

## Response `201`

Expected response to a valid request

- LoadTestStatus
  - `distributedPods` integer
  - `loadtestName` string
  - `phase` 'creating' | 'starting' | 'running' | 'finished' | 'errored'
  - `tags` object
  - `hasEnvVars` boolean
  - `hasTestData` boolean
  - `type` 'JMeter' | 'Fake' | 'Locust' | 'Ghz' | 'K6'

## Other responses

- `default` — unexpected error

---

[API](https://skmtc.dev/hellofresh/apis/kangal.md) · [All operations](https://skmtc.dev/hellofresh/apis/kangal/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hellofresh/kangal/revisions/0e58fb7f5d25/schema)
