---
title: "Cancel tasks by id"
method: POST
path: "/api/v1/cancel/"
tags: ["Common"]
---

# Cancel tasks by id

`POST /api/v1/cancel/`

## Request body

- CancelRequest
  - `task_ids` string[], required

## Response `200`

OK

- CancelResponse
  - `result` object, required

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/lalal/apis/lalal-ai-api.md) · [All operations](https://skmtc.net/lalal/apis/lalal-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lalal/lalal-ai-api/revisions/ebb545e26e94/schema)
