Can a single node in a TiDB cluster be started and stopped individually using TiUP?

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: tidb集群用tiup能否单独启动和关停某一个节点

| username: TiDBer_QMmNXr1T

[Test Environment for TiDB]
[TiDB Version] 5.4
[Encountered Issue] Can a TiDB cluster use tiup to individually start and stop a specific node, such as stopping or starting a specified TIDB or TIKV node?

| username: CuteRay | Original post link

Yes, you can use -N to specify nodes. You can refer to the documentation:

tiup cluster start | PingCAP Docs

| username: Ming | Original post link

You can add -N to specify ip:port at the end.