doctl-account

display DigitalOcean account information

TLDR

Show account information
$ doctl account get
Show rate limit status
$ doctl account ratelimit

SYNOPSIS

doctl account command

DESCRIPTION

doctl account displays information about your DigitalOcean account including email, UUID, status, and API rate limits.The command provides quick access to account details without navigating the web console. This is useful for verifying which account you're currently authenticated with, especially when managing multiple contexts. The ratelimit subcommand helps monitor API usage to avoid exceeding rate limits during automated operations or intensive scripting.

SUBCOMMANDS

get

Display account information.
ratelimit
Show API rate limit status.

INSTALL

sudo dnf install doctl
sudo pacman -S doctl
sudo apk add doctl
brew install doctl
nix profile install nixpkgs#doctl

SEE ALSO

doctl(1), doctl-auth(1)

RESOURCES

Source code · Documentation