mongocli atlas backup restore list¶
The backup restore list
command lists the Cloud Backup restore jobs for a deployment. You can
also list Cloud Backup restore jobs using the Atlas API.
Syntax¶
mongocli atlas backup|backups restore|restores list|ls <cluster-name> [ --limit <items-per-page>] [ --output|-o <output-format> ] [ --page <page-num> ] [ --profile|-P <profile-name> ] [ --projectId <project-ID> ]
Note
Use -h
or --help
to view the command-line help for
this command.
Options¶
Option | Type | Description | Required? |
---|---|---|---|
<cluster-name> | string | Name of the cluster that contains the
restore jobs you want to list. | yes |
--limit | integer | Number of items to return per page, up to a maximum of 500.
Defaults to 100 if not specified. | no |
--output , -o | string | Command output format. Valid values are:
If omitted, the command returns output in the default format. | no |
--profile , -P | string | Name of the profile where the project ID and the Programmatic API Key |