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
Copy file name to clipboardExpand all lines: pages/instances/api-cli/managing-instance-snapshot-via-cli.mdx
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,13 @@ You can use the Scaleway CLI to create, export, and import snapshots of your Ins
27
27
28
28
To create a snapshot from a volume using the CLI, run the following command:
29
29
```
30
-
scw instance snapshot create [arg=value ...]
30
+
scw block snapshot create [arg=value ...]
31
31
```
32
32
33
+
<Messagetype="important">
34
+
Snapshots have been migrated to the Block Storage API. The previous command `scw instance snapshot create` is now deprecated and no longer functions.
35
+
</Message>
36
+
33
37
The following arguments and flags are available to customize your command:
34
38
35
39
```sh
@@ -60,29 +64,29 @@ GLOBAL FLAGS:
60
64
To create a snapshot in the default zone from the given volume ID, run the following command. Remember to replace `11111111-1111-1111-1111-111111111111` with the actual ID of your volume.
## Creating a snapshot in a specific zone from the given volume ID
67
71
68
72
To create a snapshot in a specific zone (e.g. `fr-par-1`) from the given volume ID, run the following command. Remember to replace `11111111-1111-1111-1111-111111111111` with the actual ID of your volume.
## Creating a named snapshot in the default zone from a given volume ID
74
78
75
79
Run the following command to create a named snapshot from the given volume ID. Remember to replace `11111111-1111-1111-1111-111111111111` with the actual ID of your volume.
## Importing a QCOW file from an Object Storage bucket as Instance snapshot
82
86
83
87
Run the following command to import a QCOW file as an Instance snapshot. Replace the bucket name `my-bucket` with the name of your Object Storage bucket and the file name `qcow2-file-name.qcow2` with the name of your QCOW file.
Copy file name to clipboardExpand all lines: tutorials/create-openwrt-image-for-scaleway/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -305,7 +305,7 @@ In this example, we use the [AWS CLI](/object-storage/api-cli/object-storage-aws
305
305
2. Trigger the import of the image as a snapshot in one of the regions where the bucket is located, using [SCW CLI](https://github.com/scaleway/scaleway-cli):
0 commit comments