Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Edge Data Store

Stop and start an EDS adapter

  • Last UpdatedSep 25, 2025
  • 1 minute read

By default, when Edge Data Store (EDS (Edge Data Store)) starts, all currently configured EDS (Edge Data Store) adapter instance are started and remain running until the product shuts down.

Stop an EDS (Edge Data Store) adapter

To stop an EDS (Edge Data Store) adapter instance:

  1. Open a tool capable of making HTTP (Hypertext Transfer Protocol) requests.

  2. Run a POST command to the following endpoint, replacing <adapterId> with the adapter instance to stop and <port_number> with the port specified for EDS (Edge Data Store):

    Definition: The POST method is used to create new resources.

    http://localhost:<port_number>/api/v1/administration/<adapterId>/Stop

    Example Stop the OpcUa1 adapter using cURL (Client for URL) or EdgeCmd utility and the default port:

    curl -d "" http://localhost:5590/api/v1/Administration/OpcUa1/Stop

    edgecmd -cid <ComponentID> stop

    An HTTP (Hypertext Transfer Protocol) status 204 message indicates success.

Start an EDS (Edge Data Store) adapter

To start an EDS (Edge Data Store) adapter instance:

  1. Open a tool capable of making HTTP (Hypertext Transfer Protocol) requests.

  2. Run a POST command to the following endpoint, replacing <adapterId> with the adapter instance to start and <port_number> with the port specified for EDS (Edge Data Store):

    Definition: The POST method is used to create new resources.

    http://localhost:<port_number>/api/v1/administration/<adapterId>/Start

    Example Stop the Modbus1 adapter using cURL (Client for URL) or EdgeCmd utility and the default port:

    curl -d "" http://localhost:5590/api/v1/Administration/Modbus1/Start

    edgecmd -cid <ComponentID> start

    An HTTP (Hypertext Transfer Protocol) status 204 message indicates success.

    In This Topic
    Related Links
    TitleResults for “How to create a CRG?”Also Available in