Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Foundation Models
    • Overview
    • API authentication
        • Overview
          • Overview
          • Describe
          • List
          • Cancel
          • Delete
  • Yandex Cloud ML SDK
  • Compatibility with OpenAI
  • Access management
  • Pricing policy
  • Public materials
  • Release notes

In this article:

  • gRPC request
  • CancelBatchInferenceRequest
  • CancelBatchInferenceResponse
  1. API references
  2. Batch Inference API
  3. gRPC
  4. BatchInference
  5. Cancel

Batch Inference Service API, gRPC: BatchInferenceService.Cancel

Written by
Yandex Cloud
Updated at April 24, 2025
  • gRPC request
  • CancelBatchInferenceRequest
  • CancelBatchInferenceResponse

Cancels a concrete task

gRPC requestgRPC request

rpc Cancel (CancelBatchInferenceRequest) returns (CancelBatchInferenceResponse)

CancelBatchInferenceRequestCancelBatchInferenceRequest

{
  "task_id": "string"
}

Field

Description

task_id

string

Required field. Task ID that should be canceled.

CancelBatchInferenceResponseCancelBatchInferenceResponse

{
  "task_id": "string"
}

Field

Description

task_id

string

Was the article helpful?

Previous
List
Next
Delete
© 2025 Direct Cursus Technology L.L.C.