@@ -517,7 +517,7 @@ astra db create-collection **DATABASE_ID** -c **COLLECTION_NAME**
517
517
----
518
518
====
519
519
520
- You can't load vector data into a non-vector collection.
520
+ You cannot load vector data into a non-vector collection.
521
521
=====
522
522
--
523
523
@@ -2284,10 +2284,10 @@ The following restrictions apply:
2284
2284
2285
2285
* You can add only one region at a time.
2286
2286
2287
- * You can't select a region that the database already uses.
2287
+ * You cannot select a region that the database already uses.
2288
2288
2289
2289
* You must select a region in the same cloud provider as the database's other regions.
2290
- Multi-region databases can't span multiple cloud providers.
2290
+ Multi-region databases cannot span multiple cloud providers.
2291
2291
2292
2292
* For {db-serverless-vector} databases, you must select a region that supports that database type.
2293
2293
For more information, see xref:astra-db-serverless:databases:regions.adoc[].
@@ -2308,7 +2308,7 @@ For more information, see xref:astra-db-serverless:databases:regions.adoc[].
2308
2308
====
2309
2309
The database enters *Maintenance* status while provisioning and replicating data to the new region.
2310
2310
2311
- While in *Maintenance* status, you can't add or remove regions, truncate tables, or delete keyspaces, tables, or collections.
2311
+ While in *Maintenance* status, you cannot add or remove regions, truncate tables, or delete keyspaces, tables, or collections.
2312
2312
2313
2313
*Maintenance* status doesn't impact reads and writes.
2314
2314
====
@@ -2355,14 +2355,14 @@ astra db delete-region **DATABASE_ID** -r **REGION**
2355
2355
====
2356
2356
The database enters *Maintenance* status while deleting the region.
2357
2357
2358
- While in *Maintenance* status, you can't add or remove regions, truncate tables, or delete keyspaces, tables, or collections.
2358
+ While in *Maintenance* status, you cannot add or remove regions, truncate tables, or delete keyspaces, tables, or collections.
2359
2359
2360
2360
*Maintenance* status doesn't impact reads and writes.
2361
2361
====
2362
2362
2363
2363
[IMPORTANT]
2364
2364
====
2365
- You can't remove the primary (default) region, which is the first region selected when you created the database.
2365
+ You cannot remove the primary (default) region, which is the first region selected when you created the database.
2366
2366
2367
2367
When you remove a region, any connections to the deleted region are also removed.
2368
2368
However, to avoid data loss, all data is replicated before the region is deleted.
@@ -2628,7 +2628,7 @@ OPTIONS
2628
2628
[WARNING]
2629
2629
====
2630
2630
Terminating a database permanently deletes all of its data, including xref:astra-db-serverless:databases:backup-restore.adoc[automatic backups].
2631
- You can't undo this action.
2631
+ You cannot undo this action.
2632
2632
====
2633
2633
2634
2634
Use the `astra db delete` command to terminate a database:
0 commit comments