Yandex Cloud
Search
Contact UsGet started
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Serverless Containers
  • Comparing with other Yandex Cloud services
    • All guides
    • Getting an IAM token for a service account using a container
      • Invoking a container
      • Invoking a container asynchronously
      • Getting an invocation link
      • Authenticating when invoking a private container via HTTPS
    • Viewing operations with service resources
  • Access management
  • Tools
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
  • FAQ
  1. Step-by-step guides
  2. Invoking a container
  3. Getting an invocation link

Getting an invocation link

Written by
Yandex Cloud
Updated at October 17, 2024
Management console
CLI
API
  1. In the management console, select the folder with your container.
  2. Select Serverless Containers.
  3. Select the container. You will find the invocation link in the Link to invoke field.

To get an invocation link, run the following command:

yc serverless container get <container_name>

Result:

id: flh7r96juaqq********
folder_id: aoek6qrs8tjh********
created_at: "2021-08-17T07:53:10.219Z"
name: my-beta-container
description: my beta container description
url: https://flh7r96juaqq********.containers.yandexcloud.net/
status: ACTIVE

You will find the invocation link in the url field.

To get a container invocation link, use the get REST API method for the Container resource or the ContainerService/Get gRPC API call.

Was the article helpful?

Previous
Invoking a container asynchronously
Next
Authenticating when invoking a private container via HTTPS
© 2025 Direct Cursus Technology L.L.C.