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 Cloud API concepts
  • Basic principles
    • Overview
    • Asynchronous operations
    • Operation object
    • Idempotency
  1. Working with operations
  2. Overview

Working with operations

Written by
Yandex Cloud
Updated at April 23, 2025

All operations that change the state of a resource are asynchronous signature operations. When these operations are called, the server returns the Operation object. Use this object for operation status monitoring.

All asynchronous operations support idempotency. This means that if the same operation is called multiple times, the server performs this operation only once. To learn how idempotency works and how you can use it, see Idempotency.

Note

AI services, such as Yandex Foundation Models, Yandex SpeechKit, Yandex Translate, and Yandex Vision OCR, do no support idempotency.

Was the article helpful?

Previous
Handling errors
Next
Asynchronous operations
© 2025 Direct Cursus Technology L.L.C.