---
title: "Run a Codeless suite"
method: POST
path: "/v1/labsuites/{id}/trigger"
tags: ["Codeless suites"]
---

# Run a Codeless suite

`POST /v1/labsuites/{id}/trigger`

Queues every test in the suite for an immediate run. Returns a job_id you can poll with `GET /v1/jobs/:id`.

## Path parameters

- `id` integer, required

## Response `201`

Run a Codeless suite

- TestingbotEntitiesLabRunAck — Testingbot_Entities_LabRunAck model
  - `success` boolean, required — Whether the run was queued successfully.
  - `job_id` integer, required — Job ID — poll `GET /v1/jobs/:id` for progress.

## Other responses

- `401` — Authentication required
- `402` — Insufficient credits
- `403` — Account is read-only
- `404` — Suite not found

---

[API](https://skmtc.net/testingbot/apis/testingbot-rest-api.md) · [All operations](https://skmtc.net/testingbot/apis/testingbot-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/testingbot/testingbot-rest-api/versions/eff607a49246/schema)
