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
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
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. 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
Next
Authenticating when invoking a private container via HTTPS
Yandex project
© 2025 Yandex.Cloud LLC