List Nomad clients?

Hey there, Nomad noob here. I’ve set up a cluster and I can see my servers with nomad server members. Is there a similar command for listing clients that have registered with the servers?

Hi @chomey,

Via the Nomad CLI you can use the nomad node status command. The Nomad API has the node list endpoint available also.

Thanks,
jrasell and the Nomad team

nomad node list doesn’t work for me, for some reason, but nomad node status is exactly what I was looking for. Thank you!