Skip to main content

Change the desired state of an input endpoint.

The following values of the action argument are accepted by this endpoint:

  • 'start': Start processing data.
  • 'pause': Pause the pipeline.
Path Parameters
pipeline_name string REQUIRED

Unique pipeline name

endpoint_name string REQUIRED

Input endpoint name

action string REQUIRED

Endpoint action [start, pause]

Responses
202

Request accepted.

404

Specified endpoint does not exist.

Schema OPTIONAL
details object

Detailed error metadata. The contents of this field is determined by error_code.

error_code string

Error code is a string that specifies this error type.

message string

Human-readable error message.