Skip to content

Commit b0047a6

Browse files
authored
docs(gen): tutorials content review 2025-05-19 (#4992)
* docs(gen): tutorials content review 2025-05-19 * docs(tuto): update tutorial vuls * fix(tuto): fix command * fix(docs): command * docs(ins): update snapshot command
1 parent ce03d6f commit b0047a6

File tree

24 files changed

+50
-43
lines changed

24 files changed

+50
-43
lines changed

pages/instances/api-cli/managing-instance-snapshot-via-cli.mdx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ You can use the Scaleway CLI to create, export, and import snapshots of your Ins
2727

2828
To create a snapshot from a volume using the CLI, run the following command:
2929
```
30-
scw instance snapshot create [arg=value ...]
30+
scw block snapshot create [arg=value ...]
3131
```
3232

33+
<Message type="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+
3337
The following arguments and flags are available to customize your command:
3438

3539
```sh
@@ -60,29 +64,29 @@ GLOBAL FLAGS:
6064
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.
6165
6266
```
63-
scw instance snapshot create volume-id=11111111-1111-1111-1111-111111111111
67+
scw block snapshot create volume-id=11111111-1111-1111-1111-111111111111
6468
```
6569
6670
## Creating a snapshot in a specific zone from the given volume ID
6771
6872
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.
6973
```
70-
scw instance snapshot create zone=fr-par-1 volume-id=11111111-1111-1111-1111-111111111111
74+
scw block snapshot create zone=fr-par-1 volume-id=11111111-1111-1111-1111-111111111111
7175
```
7276
7377
## Creating a named snapshot in the default zone from a given volume ID
7478
7579
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.
7680
7781
```
78-
scw instance snapshot create name=foobar volume-id=11111111-1111-1111-1111-111111111111
82+
scw block snapshot create name=foobar volume-id=11111111-1111-1111-1111-111111111111
7983
```
8084
8185
## Importing a QCOW file from an Object Storage bucket as Instance snapshot
8286
8387
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.
8488
```
85-
scw instance snapshot create zone=fr-par-1 name=my-imported-snapshot volume-type=b_ssd bucket=my-bucket key=my-qcow2-file-name.qcow
89+
scw block snapshot create zone=fr-par-1 name=my-imported-snapshot volume-type=b_ssd bucket=my-bucket key=my-qcow2-file-name.qcow
8690
```
8791
8892
<Message type="important">

tutorials/building-ai-application-function-calling/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories:
1111
- generative-apis
1212
hero: assets/function-calling.webp
1313
dates:
14-
validation: 2024-10-25
14+
validation: 2025-05-19
1515
posted: 2024-10-25
1616
---
1717

tutorials/configure-nginx-lets-encrypt/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories:
99
- instances
1010
tags: NGINX Let's-Encrypt
1111
dates:
12-
validation: 2024-10-29
12+
validation: 2025-05-19
1313
posted: 2019-02-28
1414
---
1515

tutorials/create-openwrt-image-for-scaleway/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ In this example, we use the [AWS CLI](/object-storage/api-cli/object-storage-aws
305305
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):
306306
307307
```
308-
scw instance snapshot create name=openwrt volume-type=b_ssd bucket=my-import-bucket key=openwrt.qcow2
308+
scw block snapshot create name=openwrt volume-type=b_ssd bucket=my-import-bucket key=openwrt.qcow2
309309
```
310310
311311
3. Create the corresponding Instance image:

tutorials/create-serverless-scraping/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories:
1111
- postgresql-and-mysql
1212
tags: terraform scraping-architecture
1313
dates:
14-
validation: 2024-10-21
14+
validation: 2025-05-19
1515
posted: 2023-12-08
1616
---
1717

tutorials/deploy-laravel-on-serverless-containers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories:
1111
- containers
1212
- container-registry
1313
dates:
14-
validation: 2024-10-21
14+
validation: 2025-05-19
1515
posted: 2023-06-01
1616
---
1717

tutorials/deploy-mdbooks-serverless-containers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
- containers
1111
- container-registry
1212
dates:
13-
validation: 2024-10-30
13+
validation: 2025-05-19
1414
posted: 2024-10-30
1515
---
1616

tutorials/deploy-penpot-with-docker-instantapp/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: penpot docker instantapp
99
categories:
1010
- instances
1111
dates:
12-
validation: 2024-10-29
12+
validation: 2025-05-19
1313
posted: 2022-09-28
1414
hero: assets/scaleway-penpot.webp
1515
---

tutorials/dhcpcd-dedibox/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: dedibox dedicated-servers DHCPCD
99
categories:
1010
- dedibox
1111
dates:
12-
validation: 2024-11-13
12+
validation: 2025-05-19
1313
posted: 2021-03-12
1414
---
1515

tutorials/install-github-actions-runner-mac/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@ tags: mac m1 github-actions ci/cd apple-silicon self-hosted-runner
99
categories:
1010
- apple-silicon
1111
dates:
12-
validation: 2024-10-24
12+
validation: 2025-05-19
1313
posted: 2024-01-31
1414
---
15+
1516
<ClickableBanner
1617
productLogo="generic"
1718
title="Automate your CI/CD workflows on macOS with GitHub Actions Runners"
1819
url="https://account.scaleway.com/register"
1920
label="Create your account"
2021
/>
22+
2123
GitHub Actions is a powerful CI/CD platform that allows users to automate their software development workflows, connected to a GitHub organization or repository. While GitHub offers online runners with a pay-as-you-go model, self-hosted runners provide increased control and customization for your CI/CD setup. This tutorial guides you through setting up, configuring, and connecting a self-hosted runner on a Mac mini to execute macOS pipelines.
2224

2325
<Macro id="requirements" />

0 commit comments

Comments
 (0)