The canonical
checkly members commands are available since CLI v8.7.0. Earlier versions use checkly account members, which remains available as a compatibility alias.checkly members commands let you list account members and pending invites, update member roles, and remove members from the currently selected account.
Prerequisites
Prerequisites
Before using
checkly members, ensure you have:- Checkly CLI installed
- Valid Checkly account authentication (run
npx checkly loginif needed) - Account admin access for role updates or member deletion
Usage
Terminal
Commands
checkly members
List members and pending invites for the currently selected account. You can filter the results or enable cursor pagination for larger accounts.
Usage:
Terminal
List Examples
Terminal
JSON pagination
When you use--output=json, the command returns the members and invites together with cursor pagination fields:
nextId value with --limit and --next-id to retrieve the next page.
checkly members update
Update an account member’s role. Identify the member by email or user ID. The command shows the proposed change and asks for confirmation by default.
Usage:
Terminal
Options:
Update Examples
Terminal
checkly members delete
Delete an account member by email or user ID. The command shows the member to remove and asks for confirmation by default.
Usage:
Terminal
Options:
Delete Examples
Terminal
Related Commands
checkly account- View plan entitlements and limitscheckly whoami- Display the current account and usercheckly switch- Switch between Checkly accounts