Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI Studio
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Cloud Interconnect
    • All guides
    • Getting information about Cloud Interconnect partners
    • Getting information about Cloud Interconnect points of presence
    • Getting information about trunk links
    • Creating a trunk
    • Updating trunk parameters
    • Getting a list of trunk operations
    • Deleting a trunk
    • Getting information about private connections
    • Creating a private connection
    • Updating private connection parameters
    • Getting a list of operations for a private connection
    • Updating the list of static routes for a private connection
    • Removing static routes for a private connection
    • Deleting a private connection
    • Getting information about public connections
    • Getting information about a routing instance
    • Overview
    • Overview of operations
    • Terminology
    • Points of presence
    • Transceivers
    • Trunk
    • Private connection
    • Public connection
    • CIC partners
    • Monitoring
    • Data size and connection capacity
    • Quotas and limits
  • Pricing policy
  • Access management
  • Release notes
  1. Step-by-step guides
  2. Updating private connection parameters

Updating private connection parameters

Written by
Yandex Cloud
Updated at June 10, 2025

Warning

To request access to this function, contact support.

Currently, you can update the following private connection parameters:

  • new-name: Private connection name
  • description: Private connection description
  • trunk-id
  • vlan-id
  • ipv4-peering: Group of IP/BGP connectivity parameters

For example, to update the vlan-id parameter value in your private connection, complete the steps below.

Note

You need the cic.editor role to run this operation.

CLI
  1. See the description of the CLI command for updating a private connection:

    yc cic private-connection update  --help
    
  2. Update the vlan-id parameter value for your private connection:

    yc cic private-connection update cca59**********dvjir \
      --vlan-id 201 \
      --async
    

    Expected result:

    id: al4r9**********4613n
    description: private connection update
    created_at: "2025-04-08T21:21:33.106772882Z"
    created_by: bfbud**********v7dfn
    modified_at: "2025-04-08T21:21:33.106772882Z"
    metadata:
      '@type': type.googleapis.com/yandex.cloud.cic.v1.UpdatePrivateConnectionMetadata
      private_connection_id: cca59**********dvjir
    
  3. Check the updated parameter value after the operation is complete:

    yc cic private-connection get cca59**********dvjir
    

Was the article helpful?

Previous
Creating a private connection
Next
Getting a list of operations for a private connection
Yandex project
© 2025 Yandex.Cloud LLC