Invoking a container
Written by
Updated at July 1, 2026
You can invoke a container:
- Over HTTPS.
- Using a trigger.
- Using the Yandex API Gateway extension.
Note
To allow any user to invoke a container without providing an authorization header, make the container public.
HTTPS
After creating the container, you will get an invocation link. Make an HTTPS request by providing an IAM token in the Authorization header:
curl \
--header "Authorization: Bearer $(yc iam create-token)" \
https://bba3fva6ka5g********.containers.yandexcloud.net/hello
Note
Container calls may be restricted by access policies.