Working with operations
Written by
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.