Yandex Cloud
  • Services
  • Solutions
  • Why Yandex Cloud
  • Blog
  • Pricing
  • Documentation
  • Contact us
Get started
Language / Region
Yandex project
© 2023 Yandex.Cloud LLC
Yandex Cloud Functions
  • Comparison with other Yandex Cloud services
  • Getting started
  • Step-by-step instructions
    • All instructions
    • Using functions to get an IAM token for a service account
    • Connecting to managed databases from functions
    • Getting information about a function
      • Getting a list of functions
      • Getting a list of function versions
      • Getting information about a function
      • Getting information about a function version
    • Managing rights to access functions
    • Creating a function
    • Invoking a function
    • Managing functions
    • Getting information about a trigger
    • Creating a trigger
    • Managing triggers
  • Concepts
  • Developing in Node.js
  • Developing in Python
  • Developing in Go
  • Developing in PHP
  • Developing in Bash
  • Developing in Java
  • Developing in R
  • Developing in C#
  • Practical guidelines
  • Pricing policy
  • Access management
  • API Functions reference
  • API Triggers reference
  • Questions and answers
  1. Step-by-step instructions
  2. Getting information about a function
  3. Getting a list of functions

Getting a list of functions

Written by
Yandex Cloud
    Management console
    CLI
    API
    Yandex Cloud Toolkit
    1. In the management console, go to the folder where you want to view a list of functions.
    2. Select Cloud Functions.
    3. On the left-hand panel, select Functions.

    If you don't have the Yandex Cloud command line interface yet, install and initialize it.

    The folder specified in the CLI profile is used by default. You can specify a different folder using the --folder-name or --folder-id parameter.

    To get a list of functions, run the command:

    yc serverless function list
    

    Result:

    +----------------------+--------------------+----------------------+--------+
    |          ID          |        NAME        |      FOLDER ID       | STATUS |
    +----------------------+--------------------+----------------------+--------+
    | b097d9ous3gep99khe83 | my-beta-function   | aoek49ghmknnpj1ll45e | ACTIVE |
    +----------------------+--------------------+----------------------+--------+
    

    You can get a list of functions using the list.

    You can get a list of versions using the Yandex Cloud Toolkit plugin for the IDE family on the IntelliJ platform from JetBrains.

    Was the article helpful?

    Language / Region
    Yandex project
    © 2023 Yandex.Cloud LLC