doctl compute action [flags]
The sub-commands of doctl compute action
retrieve the history of actions taken on your resources.
This can be filtered to a specific action. For example, while doctl compute action list
will list all of the actions taken on all of the resources in your account, doctl compute action get <action-id>
will retrieve details for a specific action.
Option | Description |
---|---|
--help , -h | Help for this command |
Command | Description |
---|---|
doctl compute | Display commands that manage infrastructure |
doctl compute action get | Retrieve details about a specific action |
doctl compute action list | Retrieve a list of all recent actions taken on your resources |
doctl compute action wait | Block thread until an action completes |
Option | Description |
---|---|
--access-token , -t | API V2 access token |
--api-url , -u | Override default API endpoint |
--config , -c | Specify a custom config file Default:
|
--context | Specify a custom authentication context name |
--output , -o | Desired output format [text|json] Default: text |
--trace | Show a log of network activity while performing a command Default: false |
--verbose , -v | Enable verbose output Default: false |