Skip to content

QoS Commands

sbctl qos --help

QoS Commands

Creates a new QoS class

Creates a new QoS class

sbctl qos add
    <NAME>
    <WEIGHT>
    <CLUSTER_ID>
Argument Description Data Type Required
NAME QoS class name string True
WEIGHT QoS class weight integer True
CLUSTER_ID The cluster id. string True

Lists all qos classes.

Lists all qos classes.

sbctl qos list
    <CLUSTER_ID>
    --json
Argument Description Data Type Required
CLUSTER_ID The cluster id. string True
Parameter Description Data Type Required Default
--json Print json output. marker False -

Delete a class.

Delete a class.

sbctl qos delete
    <NAME>
    <CLUSTER_ID>
Argument Description Data Type Required
NAME QoS class name string True
CLUSTER_ID The cluster id. string True