anchorectl account

Account related operations.

Every command on this page also accepts the global flags.

Subcommands

  • account add — Create a new account. Only available to admin user.
  • account delete — Delete the specified account, only allowed if the account is in the disabled state. All users will be deleted along with the account and all resources will be garbage collected
  • account disable — Disable an account
  • account enable — Enable a previously disabled account
  • account get — Get info about an account. Only available to admin user. Uses the main user Id, not a username.
  • account list — List account summaries. Only available to the system admin user.
  • account update — Update an account. Only available to admin user.

account add

Create a new account. Only available to admin user.

anchorectl account add NAME [flags]

Arguments

ArgumentDescription
NAMEName of the account to create.

Flags

FlagTypeEnvironment variableDefaultRequiredDescription
--emailstringANCHORECTL_ACCOUNT_EMAIL""NoThe account email.
-o, --outputstringANCHORECTL_FORMATtextNoThe format to show the results. Allowable values: text, json, json-raw, id. See Output Formats.

account delete

Delete the specified account, only allowed if the account is in the disabled state. All users will be deleted along with the account and all resources will be garbage collected.

anchorectl account delete NAME [flags]

Aliases: del

Arguments

ArgumentDescription
NAMEName of the account.

Flags

FlagTypeEnvironment variableDefaultRequiredDescription
-o, --outputstringANCHORECTL_FORMATtextNoThe format to show the results. Allowable values: text, json, json-raw, id. See Output Formats.

account disable

Disable an account.

anchorectl account disable NAME [flags]

Arguments

ArgumentDescription
NAMEName of the account.

Flags

FlagTypeEnvironment variableDefaultRequiredDescription
-o, --outputstringANCHORECTL_FORMATtextNoThe format to show the results. Allowable values: text, json, json-raw, id. See Output Formats.

account enable

Enable a previously disabled account.

anchorectl account enable NAME [flags]

Arguments

ArgumentDescription
NAMEName of the account.

Flags

FlagTypeEnvironment variableDefaultRequiredDescription
-o, --outputstringANCHORECTL_FORMATtextNoThe format to show the results. Allowable values: text, json, json-raw, id. See Output Formats.

account get

Get info about an account. Only available to admin user. Uses the main user Id, not a username.

anchorectl account get NAME [flags]

Arguments

ArgumentDescription
NAMEName of account.

Flags

FlagTypeEnvironment variableDefaultRequiredDescription
-o, --outputstringANCHORECTL_FORMATtextNoThe format to show the results. Allowable values: text, json, json-raw, id. See Output Formats.

account list

List account summaries. Only available to the system admin user.

anchorectl account list [flags]

Flags

FlagTypeEnvironment variableDefaultRequiredDescription
-o, --outputstringANCHORECTL_FORMATtextNoThe format to show the results. Allowable values: text, json, json-raw, id. See Output Formats.
--statestringANCHORECTL_ACCOUNT_STATE""NoFilter accounts by state. Allowable values: enabled, disabled, deleting.

account update

Update an account. Only available to admin user.

anchorectl account update NAME [flags]

Arguments

ArgumentDescription
NAMEName of the account.

Flags

FlagTypeEnvironment variableDefaultRequiredDescription
--emailstringANCHORECTL_ACCOUNT_EMAIL""NoThe account email.
-o, --outputstringANCHORECTL_FORMATtextNoThe format to show the results. Allowable values: text, json, json-raw, id. See Output Formats.
Last modified September 22, 2026