Is there a away to set the “Termination Protection” and “Require Indexes for All Queries” settings via the API or in the atlas cli “create cluster” config?
Hi @Ruud_van_Buul,
Have you checked out the following to see if they’re what you’re after:
-
atlas clusters create- Check the--enableTerminationProtectionoption -
atlas clusters advancedSettings update- Check the--disableTableScanoption
Please test these out and let me know if it suits your requirements ![]()
Regards,
Jason
In terms of the Atlas Administration API, I believe the following documentation corresponds to the previously mentioned atlas cli commands (and the options mentioned):
-
Create One Multi-Cloud Cluster from One Project (check the
terminationProtectionEnabledoption) -
Update Advanced Configuration Options for One Cluster (check the
noTableScanoption)
Yes that’s exactly what I waws looking for.
Thanks Jason!
