UNLABEL COMPUTE NODES
Description
The UNLABEL COMPUTE NODES
syntax is used to remove specified label from PROXY
instance.
Syntax
Grammar Railroad diagram
UnlabelComputeNode ::=
'UNLABEL' 'COMPUTE' 'NODE' instance_id 'WITH' labelName
instance_id ::=
string
labelName ::=
identifier
Supplement
- needs to be obtained through SHOW COMPUTE NODES syntax query
Example
- Remove specified label from
PROXY
instance
UNLABEL COMPUTE NODE "0699e636-ade9-4681-b37a-65240c584bb3" WITH label_1;
Reserved word
UNLABEL
, COMPUTE
, NODES
, WITH
Related links
当前内容版权归 ShardingSphere 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 ShardingSphere .