Updating trunk parameters
Updating basic settings
Currently, you can only perform some operations to update the trunk on your own:
- Updating the trunk name:
new-name. - Update the trunk description in
description. - Changing labels assigned to a trunk.
- Enable or disable trunk deletion protection:
deletion-protection.
To update other trunk parameters, contact support.
For example, to change the trunk name, perform the following steps.
Note
You need the cic.editor role to run this operation.
-
In the management console
, click or in the top panel and select the folder. -
Navigate
to Cloud Interconnect. -
In the left-hand panel, select
Trunk connections. -
In the row with the trunk, click
and select Edit. In the window that opens:-
Optionally, change the connection Name. The naming requirements are as follows:
- Length: between 3 and 63 characters.
- It can only contain lowercase Latin letters, numbers, and hyphens.
- It must start with a letter and cannot end with a hyphen.
If you do not specify a name, the trunk name will be identical to the trunk ID.
-
Optionally, change the connection Description.
-
Optionally, change the Labels assigned to the connection.
-
Optionally, enable or disable the Deletion protection setting based on whether you need to protect the connection from accidental deletion.
-
Click Save.
-
With the CLI, you can edit the following trunk parameters:
- Name (
--new-name). - Description (
--description). - Labels (
--labels). - Deletion protection (
--deletion-protection).
If you use --labels, the current labels will be completely overwritten.
-
See the description of the CLI command for updating trunk parameters:
yc cic trunk-connection update --help -
Change the trunk name:
yc cic trunk-connection update cf3dcodot14p******** \ --new-name my-new-trunk-name \ --asyncExpected result:
id: bd6g2l17c8sv******** description: trunk connection update created_at: "2025-03-27T09:43:00.880696489Z" created_by: ajeol2afu1js******** modified_at: "2025-03-27T09:43:00.969837738Z" metadata: '@type': type.googleapis.com/yandex.cloud.cic.v1.UpdateTrunkConnectionMetadata trunk_connection_id: cf3dcodot14p******** -
Wait for the operation to complete and make sure the trunk name has changed:
yc cic trunk-connection get cf3dcodot14p********
Updating connection capacity
To update the trunk capacity, create a support ticket
Below is a ticket example:
Subject: [CIC] Updating the trunk capacity.
Please update the trunk capacity.
from 500 Mbit/s to 1 Gbit/s.
Trunk ID: euus5dfgchu23b******
Once the capacity is updated, support will notify you that the operation is complete. Billing will reflect the new capacity right after you update the connection parameter.