Skip to main content

Start or Stop Destinations

Use this command to start or stop individual destinations.

Active for Version: 4.2+

Authorizations: Administrator, Operator

Requests

CODE
PUT /api/destinations/[Destination ID]/actions
cookie: sessionID: [Session ID]

{ 
 "name": "[command]"
}

Parameters

Name

Type

Description

name

  • start

  • stop

Command to issue to the destination.

Response

CODE
{
    "type": "PostOutputAction",
    "message": "Output has been stopped successfully"
}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.