Getting a list of functions
Written by
Updated at October 17, 2024
Management console
CLI
API
Yandex Cloud Toolkit
- In the management console
, go to the folder where you want to view a list of functions. - Select Cloud Functions.
- In the left-hand panel, select
Functions.
If you do not 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 following command:
yc serverless function list
Result:
+----------------------+--------------------+----------------------+--------+
| ID | NAME | FOLDER ID | STATUS |
+----------------------+--------------------+----------------------+--------+
| b097d9ous3ge******** | my-beta-function | aoek49ghmknn******** | ACTIVE |
+----------------------+--------------------+----------------------+--------+
To get a list of functions, use the list REST API method for the Function resource or the FunctionsService/List gRPC API call.
You can get a list of functions using the Yandex Cloud Toolkit plugin