Deleting a service connection
Written by
Updated at May 5, 2025
Warning
The VPC Private Endpoints feature is at the Preview stage. To request access to the feature, contact your account manager.
CLI
If you do not have the Yandex Cloud CLI yet, install and initialize it.
The folder specified when creating the CLI profile is used by default. To change the default folder, use the yc config set folder-id <folder_ID>
command. You can specify a different folder using the --folder-name
or --folder-id
parameter.
-
View the description of the CLI command for deleting a service connection (private endpoint):
yc vpc private-endpoint delete --help
-
Get a list of all service connections:
yc vpc private-endpoint list
The command result will be as follows:
+----------------------+-------------+--------------------------------+ | ID | NAME | DESCRIPTION | +----------------------+-------------+--------------------------------+ | enpd7rq************* | s3-vpc-link | Private Endpoint to the Object | | | | Storage | +----------------------+-------------+--------------------------------+
-
Select the
ID
orNAME
of the service connection. -
Delete the service connection:
yc vpc private-endpoint delete s3-vpc-link