Skip to main content
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.
The checkly members commands let you list account members and pending invites, update member roles, and remove members from the currently selected account.
Before using checkly members, ensure you have:
  • Checkly CLI installed
  • Valid Checkly account authentication (run npx checkly login if needed)
  • Account admin access for role updates or member deletion
For additional setup information, see CLI overview.

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
Options:

List Examples

Terminal

JSON pagination

When you use --output=json, the command returns the members and invites together with cursor pagination fields:
Use a non-null 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
Arguments: 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.
Deleting a member removes their access to the account. Use --dry-run to preview the operation before confirming it.
Usage:
Terminal
Arguments: Options:

Delete Examples

Terminal