You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -2155,6 +2155,101 @@ The volume called CLI-demo-volume with ID 59076ec8-edba-4071-80d0-e9cfcce37b12 w
2155
2155
2156
2156
If a Kubernetes volume is showing with a status of `dangling` it can be deleted to release the quota and prevent further billing by running `civo volume delete <VOLUME-NAME> --region <REGION-NAME>`.
2157
2157
2158
+
2159
+
## Resource Snapshots
2160
+
2161
+
Resource snapshots allow you to manage snapshots of your resources.
2162
+
2163
+
> [!IMPORTANT]
2164
+
> Currently, Resource Snapshots will only display Instance Snapshots. More resource types will be supported in the future.
2165
+
2166
+
You can list, show details, update, delete, and restore snapshots using the following commands:
2167
+
2168
+
```sh
2169
+
# List all resource snapshots
2170
+
civo resource-snapshot list
2171
+
2172
+
# Show details of a specific snapshot
2173
+
civo resource-snapshot show SNAPSHOT_ID/NAME
2174
+
2175
+
# Update a snapshot
2176
+
civo resource-snapshot update SNAPSHOT_ID/NAME
2177
+
2178
+
# Delete a snapshot
2179
+
civo resource-snapshot delete SNAPSHOT_ID/NAME
2180
+
2181
+
# Restore a snapshot
2182
+
civo resource-snapshot restore SNAPSHOT_ID/NAME
2183
+
```
2184
+
2185
+
The available fields for custom output format when listing snapshots are:
2186
+
- id
2187
+
- name
2188
+
- description
2189
+
- resource_type
2190
+
- created_at
2191
+
2192
+
### Snapshot Schedules
2193
+
2194
+
Resource snapshots allow you to automate the creation and management of snapshots of your resources.
2195
+
2196
+
> [!IMPORTANT]
2197
+
> Currently, Snapshot Schedules only work with Instance Snapshots. More resource types will be supported in the future.
Teams are a grouping of users, each member of a team having one or more permissions, or roles. When a user logs in, they don't have to selectwhich team to use - only which account they want to act within. The permissions available are the total set of permissions they have across the teams in that account, combined.
@@ -2280,35 +2375,6 @@ $ civo permissions ls
2280
2375
2281
2376
## Region
2282
2377
2283
-
## Resource Snapshots
2284
-
2285
-
Resource snapshots allow you to manage snapshots of your resources. You can list, show details, update, delete, and restore snapshots using the following commands:
2286
-
2287
-
```sh
2288
-
# List all resource snapshots
2289
-
civo resource-snapshot list
2290
-
2291
-
# Show details of a specific snapshot
2292
-
civo resource-snapshot show SNAPSHOT_ID/NAME
2293
-
2294
-
# Update a snapshot
2295
-
civo resource-snapshot update SNAPSHOT_ID/NAME
2296
-
2297
-
# Delete a snapshot
2298
-
civo resource-snapshot delete SNAPSHOT_ID/NAME
2299
-
2300
-
# Restore a snapshot
2301
-
civo resource-snapshot restore SNAPSHOT_ID/NAME
2302
-
```
2303
-
2304
-
The available fields for custom output format when listing snapshots are:
2305
-
- id
2306
-
- name
2307
-
- description
2308
-
- resource_type
2309
-
- created_at
2310
-
2311
-
2312
2378
As Civo grows, more regions foryour instances will become available. You can run `civo region ls` to list the regions available. Block storage (Volumes) is region-specific, so if you configure an instancein one region, any volumes you wish to attach to that instance would have to be in the same region.
0 commit comments