Skip to main content
POST
/
v1
/
operations
/
{operation_id}
/
cancel
Stop operation by id
curl --request POST \
  --url https://api.tokenfactory.nebius.com/v1/operations/{operation_id}/cancel \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

operation_id
string
required

Response

Successful Response

The response is of type CancelOperationResponse · object.