Deactivates the specified running pipeline. The pipeline is set to the DEACTIVATING state until the deactivation process completes.
See https://www.paws-r-sdk.com/docs/datapipeline_deactivate_pipeline/ for full documentation.
datapipeline_deactivate_pipeline(pipelineId, cancelActive = NULL)[required] The ID of the pipeline.
Indicates whether to cancel any running objects. The default is true,
which sets the state of any running objects to CANCELED. If this value
is false, the pipeline is deactivated after all running objects finish.