deactivate

dpsctl topology deactivate Usage Guide

Deactivate a topology. Note that a topology cannot be deactivated while there are active resource groups containing entities of that topology.

Usage

dpsctl topology deactivate

Flags

Includes global dpsctl options.

   --topology value    topology name
   --help, -h          show help

Examples

Basic Usage

$ dpsctl topology deactivate --topology topology
{
  "status": {
    "ok": true,
    "diag_msg": "Success"
  }
}