General questions about Serverless Containers
Written by
Updated at June 18, 2026
Can I get logs of my operations in Yandex Cloud?
Yes, you can request information about operations with your resources from Yandex Cloud logs. Do it by contacting support
Why does an API request return the Illegal duration format error?
If your API request body contains parameters in type.googleapis.com/google.protobuf.Duration format, you may get the following error:
Illegal duration format; duration must end with 's' for type type.googleapis.com/google.protobuf.Duration
When using this format, make sure to append s to duration values.
For example:
{
"timeout": "120s"
}