Deleting a service connection
Written by
Updated at February 12, 2025
Warning
The Service connections functionality (VPC Private Endpoints) is at the Preview stage and will become available for testing from September 26, 2024. To request access, contact your account manager.
CLI
If you do not have the Yandex Cloud CLI yet, install and initialize it.
The folder specified in the CLI profile is used by default. You can specify a different folder through 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
Command result:
+----------------------+-------------+--------------------------------+ | ID | NAME | DESCRIPTION | +----------------------+-------------+--------------------------------+ | enpd7rq************* | s3-vpc-link | Private Endpoint to the Object | | | | Storage | +----------------------+-------------+--------------------------------+
-
Select the ID (
ID
) or name (NAME
) of the service connection. -
Delete the service connection:
yc vpc private-endpoint delete s3-vpc-link