📹 The future of AI infrastructure: optimize and shard your database with agents.Watch the talk
Navigation

Manage organization members from the CLI

You can now list organization members, view one member, change a member's role, and remove a member from the CLI. Members are addressed by email or user ID.

pscale org member list --org <org>
pscale org member show <email> --org <org>
pscale org member update <email> --role member --org <org>
pscale org member remove <email> --org <org>

Read the CLI org docs