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
    • ML & AI
    • 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 Serverless Integrations
    • All guides
        • Editing a connector
        • Running a connector
        • Stopping a connector
        • Deleting a connector
    • Viewing operations with service resources
  • Pricing policy
  • Terraform reference
  • Release notes
  1. Step-by-step guides
  2. EventRouter
  3. Managing a connector
  4. Stopping a connector

Stopping a connector

Written by
Yandex Cloud
Updated at May 5, 2025

When a connector is stopped, it no longer sends messages to the bus.

Management console
CLI
API
  1. In the management console, navigate to the folder where you want to stop a connector.
  2. Select Serverless Integrations.
  3. In the left-hand panel, click EventRouter.
  4. Select a bus.
  5. Navigate to the Connectors tab.
  6. In the line with the appropriate connector, click and select Stop.

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.

  1. View a description of the CLI command to pause a connector:

    yc serverless eventrouter connector stop --help
    
  2. Get a list of connectors:

    yc serverless eventrouter connector list
    

    Result:

    +----------------------+-----------------------+----------------------+----------------------+---------+---------------------+
    |          ID          |         NAME          |        BUS ID        |      FOLDER ID       | STATUS  | DELETION PROTECTION |
    +----------------------+-----------------------+----------------------+----------------------+---------+---------------------+
    | f66g4h59ih2g******** | connector-my-ydb-flow | f66qn4p7uk6p******** | b1g681qpemb4******** | STOPPED | true                |
    | f66g6jcnc5no******** | yds-via-cli           | f66qn4p7uk6p******** | b1g681qpemb4******** | RUNNING | false               |
    | f66jfhcg1u71******** | mq-via-terraform      | f66qn4p7uk6p******** | b1g681qpemb4******** | RUNNING | false               |
    +----------------------+-----------------------+----------------------+----------------------+---------+---------------------+
    
  3. Stop the connector:

    yc serverless eventrouter connector stop <connector_name_or_ID>
    

    Result:

    id: f66g4h59ih2g********
    bus_id: f66qn4p7uk6p********
    folder_id: b1g681qpemb4********
    cloud_id: b1gia87mbaom********
    created_at: "2025-02-20T15:30:05.248052Z"
    name: renamed-ydb
    ...
    status: STOPPED
    

To stop a connector, use the Stop REST API method for the Connector resource or the Connector/Stop gRPC API call.

Was the article helpful?

Previous
Running a connector
Next
Deleting a connector
Yandex project
© 2025 Yandex.Cloud LLC