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 deactivateFlags
Includes global dpsctl options.
--topology value topology name
--help, -h show helpExamples
Basic Usage
$ dpsctl topology deactivate --topology topology
{
"status": {
"ok": true,
"diag_msg": "Success"
}
}