---
title: "Cancel Long-Running Operation (LRO)"
method: POST
path: "/operations/{operationId}/:cancel"
tags: ["Operation"]
---

# Cancel Long-Running Operation (LRO)

`POST /operations/{operationId}/:cancel`

When the cancelable is true in operation metadata the clients are allowed to send a cancel request to ask the backend to cancel the operation.
The server makes its best effort to cancel the operation, but success is not guaranteed.

## Path parameters

- `operationId` string, required

## Response `200`

OK

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
