Cloud Backup Schedule Configuration File
On this page
You can use a cloud backup schedule configuration file to specify the
settings required when you update a cloud backup schedule
using the Atlas CLI. The Atlas CLI accepts .json
cloud backup schedule configuration files.
Available Settings
When you update a cloud backup schedule using a configuration file, you can specify any settings that are listed in Update Cloud Backup Schedule for One Cluster under Request Body Schema.
Create a Configuration File
Follow these steps to update a cloud backup schedule with a configuration file:
Copy the sample request for Update Cloud Backup Schedule for One Cluster.
Navigate to the Update Cloud Backup Schedule for One Cluster section of the Atlas Admin API specification.
Under Request samples on the right side, click Expand all.
Click Copy to copy the sample request.
Run the atlas backups schedule update command with
the --file
option.
Specify the path to the file you saved with the --file
flag.