Skip to main content

Control Data Movement

Activate and Pause Dataset

Trigger Nexla to start processing and moving data a dataset immediately by calling the activation method on that dataset. Datasets detected by Nexla by scanning data sources do not need to be activated/paused, instead their status is aligned with the status of the source.

Activate Dataset: Request
PUT /data_sets/{data_set_id}/activate

On the flip side, call the pause method to pause a dataset and stop Nexla from moving data across the dataset.

Pause Dataset: Request
PUT /data_sets/{data_set_id}/pause