cURL
curl --request POST \ --url https://api.tokenfactory.nebius.com/v1/operations/{operation_id}/cancel \ --header 'Authorization: Bearer <token>'
{}
Cancel operation
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type CancelOperationResponse · object.
CancelOperationResponse · object
Was this page helpful?