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 Serverless Containers
  • Comparison with other Yandex Cloud services
    • All guides
    • Getting an IAM token for a service account using a container
      • Invoking a container
      • Getting an invocation link
      • Authenticating when invoking a private container via HTTPS
    • Viewing operations with service resources
  • Access management
  • Pricing policy
  • Terraform reference
  • Audit Trails events
  • Release notes
  • FAQ
  1. Step-by-step guides
  2. Invoking a container
  3. Invoking a container

Invoking a container

Written by
Yandex Cloud
Updated at February 7, 2025

You can invoke a container:

  • Over HTTPS.
  • Using a trigger.
  • Using a Yandex API Gateway extension.

Note

If you want any user to be able to invoke a container without providing the authorization header, make the container public.

HTTPS

After creating the container, you will get the invocation link. Make an HTTPS request by sending an IAM token in the Authorization header:

curl \
  --header "Authorization: Bearer $(yc iam create-token)" \
  https://bba3fva6ka5g********.containers.yandexcloud.net/hello

Was the article helpful?

Previous
Creating a container revision
Next
Getting an invocation link
© 2025 Direct Cursus Technology L.L.C.