---
title: "Cancel an operation"
method: DELETE
path: "/operations/{operationId}"
tags: ["operations"]
---

# Cancel an operation

`DELETE /operations/{operationId}`

Cancels an operation

## Path parameters

- `operationId` string, uuid, required — A UUID string

## Response `202`

Accepted - The cancellation request has been accepted

## Other responses

- `400` — Bad Request - Invalid request parameters
- `401` — Unauthorized - Invalid or missing authentication credentials. Either the `Authorization` bearer token is missing or invalid, or the `Project` header is missing.
- `403` — Forbidden - Token does not have sufficient permissions
- `404` — Not Found - The requested resource does not exist
- `409` — Conflict - The operation cannot be completed due to a conflict

---

[API](https://skmtc.net/nebius/apis/nebius-openai-compatible-inference-api.md) · [All operations](https://skmtc.net/nebius/apis/nebius-openai-compatible-inference-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nebius/nebius-openai-compatible-inference-api/revisions/0fb323abba3c/schema)
