Deleting a service connection
Written by
Updated at October 2, 2024
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 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.
-
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