Suspending and Resuming a Dataset (CLI)

The CLI has the ability to suspend and resume individual or all datasets. Use the following procedure to suspend or resume an individual dataset. To suspend or resume all datasets at once, see Suspending and Resuming All Datasets (CLI).

  1. Go to analytics datasets.
  2. Enter select and the name of the dataset that you want to suspend.
    hostname:analytics datasets> select dataset-043
  3. Enter set suspended=true.
    hostname:analytics dataset-043> set suspended=true
                          suspended = true (uncommitted)
  4. Enter commit.
    hostname:analytics dataset-043> commit
  5. To resume the dataset, enter set suspended=false.
    hostname:analytics dataset-043> set suspended=false
                          suspended = false (uncommitted)
  6. Enter commit.
    hostname:analytics dataset-043> commit