Stop a Bridge at the Bridge Client

Description: Suspend a JFrog Bridge connection between JPDs without removing the Bridge. Active TCP nodes and tunnels are terminated. The Bridge is listed as Offline in the JFrog Platform user interface and in response to Bridge API queries.

Related Documentation: You can Manage JFrog Bridges in the JFrog Platform interface.

Security: Requires a valid admin token

Usage

POST https://{{bridge_client_BaseURL}}/bridge-client/api/v1/bridges/{{bridge_ID}}/stop

where

{{bridge_client_BaseURL}} is the URL of the JPD that is the Bridge Client.

{{bridge_ID}} is the unique identifier of the Bridge.

Content-Type: application/json

Produces: application/json

Response status codes:

204- Success

400- Failed

401- Unauthorized user

403- Action not permitted for this account

404: Specified bridge not found