Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion macros/concepts/block-snapshot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
macro: block-snapshot
---

A snapshot takes a picture of a specific volume at one point in time. For example, you may have a server with one volume containing the OS and another containing the application data and want to use different snapshot strategies on both volumes. [Creating snapshots of your volumes](/block-storage/how-to/create-a-snapshot/) gives you total freedom of which volumes you want to back up, while [images](#image) are more convenient for full backups of your Instance.
A snapshot takes a picture of a specific volume at one point in time. For example, you may have a server with one volume containing the OS and another containing the application data and want to use different snapshot strategies on both volumes. [Creating snapshots of your volumes](/block-storage/how-to/create-a-snapshot/) gives you total freedom of which volumes you want to back up, while [images](#image) are more convenient for full backups of your Instance.

You can create a snapshot directly from a volume, or generate it automatically when you create an Instance image. In both cases, the snapshot exists as an independent, billed resource and is not deleted when its source volume, Instance, or image is deleted.
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,14 @@ Access to invoices is restricted based on your role and permissions within the S
## I deleted my resources but I still receive invoices

### Cause

Some resources may continue to generate charges even after deletion. Common reasons include:

- **Elastic Metal servers**: billing continues until the server is fully deleted. If the server is only powered off but not deleted, charges will still apply.
- **Flexible IP addresses**: reserved flexible IPs are billed even if they are not attached to an active resource.
- **Volumes and snapshots**: detached volumes or stored snapshots from deleted Instances may still incur storage charges.
- **Volumes and snapshots**:
- detached volumes or stored snapshots from deleted Instances may still incur storage charges.
- snapshots generated automatically when creating an Instance image are not deleted when the image itself is deleted. These snapshots continue to incur storage charges until you delete them individually from the Block Storage dashboard.
- **Pro-rata billing**: Scaleway operates on a pay-as-you-go model, so you may receive an invoice for usage incurred before deletion, even if the resource was removed before the end of the billing cycle.

### Solution
Expand Down
16 changes: 8 additions & 8 deletions pages/block-storage/how-to/delete-a-snapshot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ import Requirements from '@macros/iam/requirements.mdx'
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- Created a [Block Storage volume](/block-storage/how-to/create-a-volume/)


1. Click **Block Storage** in the **Storage** section of the Scaleway console side menu. A list of your volumes displays.
2. Click the **Snapshots** tab.
3. Click <Icon name="more" /> > **Delete** next to the snapshot of your choice. A pop-up displays.
1. Click **Block Storage** in the **Storage** section of the Scaleway console side menu. A list of your volumes appears.
2. Click the **Snapshots** tab. A list of your snapshots appears.<br/>
Snapshots generated automatically when you create an Instance image also appear in this list. Deleting the image does not delete these snapshots — you must delete them here individually to stop being billed storage charges.
3. Click <Icon name="more" /> > **Delete** next to the snapshot of your choice. A dialog box opens.
4. Type `DELETE` to confirm.
5. Click **Delete this snapshot**.
<Message type="important">
Expand All @@ -27,10 +27,10 @@ import Requirements from '@macros/iam/requirements.mdx'

Alternatively, you can delete a Block Storage snapshot the following way:

1. Click **Block Storage** in the **Storage** section of the Scaleway console side menu. The Block Storage page displays.
2. Click the **Snapshots** tab. A list of your snapshots displays.
3. Click the name of the snapshot you want to use to create a new volume. The Snapshot overview displays.
4. Click **Delete snapshot** at the bottom of the page. A confirmation pop-up displays.
1. Click **Block Storage** in the **Storage** section of the Scaleway console side menu. The Block Storage page opens.
2. Click the **Snapshots** tab. A list of your snapshots appears.
3. Click the name of the snapshot you want to use to create a new volume. The Snapshot overview appears.
4. Click **Delete snapshot** at the bottom of the page. A dialog box opens.
5. Type `DELETE` to confirm.
6. Click **Delete this snapshot**.
<Message type="important">
Expand Down
52 changes: 28 additions & 24 deletions pages/instances/how-to/create-a-backup.mdx
Original file line number Diff line number Diff line change
@@ -1,74 +1,78 @@
---
title: How to create an image
title: Create an image
description: This page explains how to create an image of your Instance
tags: instance image backup
dates:
validation: 2025-12-18
validation: 2026-08-14
posted: 2021-05-26
---
import Requirements from '@macros/iam/requirements.mdx'


The image feature lets you create an image of your Instance, which contains all its volumes. You can use this image to restore your Instance and its data and create a series of Instances with a predefined configuration.
The image feature lets you create an image of your Instance, which includes all its volumes. You can use this image to restore your Instance and its data, or to create a series of Instances with a predefined configuration.

This feature is available on Instance types. Creating images of your Instance is free. However, keep in mind that as the image feature creates snapshots of your volumes, you will be billed for these snapshots.
This feature is available for all Instance types.

<Message type="note">
This creates an image that is a complete backup of your Instance including **all** of its volumes. The [snapshot](/instances/concepts/#snapshot) feature, on the other hand, creates snapshots of specific volumes. Consider [creating a snapshot](/block-storage/how-to/create-a-snapshot/) if you want to use different snapshot strategies for different volumes of your Instance, e.g., if it has one volume containing the OS and another containing application data.
<Message type="important">
Creating an image is free. However, the image feature creates snapshots of your volumes, and snapshots are billed separately.
</Message>

Creating an image makes a complete backup of your Instance, including all of its volumes. The [snapshot](/instances/concepts/#snapshot) feature, on the other hand, creates a snapshot of a specific volume. Consider [creating a snapshot](/block-storage/how-to/create-a-snapshot/) if you want to apply different snapshot strategies to different volumes of your Instance. For example, if it has one volume containing the OS and another containing application data.

<Requirements />

- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- An [SSH key](/organizations-and-projects/how-to/create-ssh-key/)
- An [Instance](/instances/how-to/create-an-instance/)

## How to create an image
## Create an image

1. Click **CPU & GPU Instances** in the **Compute** section of the side menu. The [Instances page](https://console.scaleway.com/instance/servers) displays.
2. Select the Availability Zone (AZ) from the drop-down menu (e.g., `PAR1`) to view resources in the selected AZ.
1. Click **CPU & GPU Instances** in the **Compute** section of the side menu. The [Instances page](https://console.scaleway.com/instance/servers) opens.
2. Select the Availability Zone (AZ) from the dropdown (e.g., `PAR1`) to view resources in the selected AZ.
3. Click the Instance you want to back up.
4. Go to the **Images** section of the Instance's overview page.
5. Click **Create image from Instance**. A pop-up displays asking you to confirm the action.
4. Go to the **Images** section of the Instance overview page.
5. Click **Create image from Instance**. A dialog box opens asking you to confirm the action.
6. Click **Create image from Instance**.
You are returned to the **Storage** tab, where your new image now displays.

<Message type="note">
When you create an image, each of the Instance's volumes are snapshotted. You will be able to see the snapshot of each volume via the **Storage** tab of your Instance dashboard.
</Message>
When you create an image, the image feature creates a snapshot of each of the Instance volumes. You can view these snapshots in the **Storage** tab of your Instance dashboard.


## How to create or restore an Instance from an image
## Create or restore an Instance from an image

There are two different ways to create a new Instance from your image:

### Using the Instance creation wizard
### Use the Instance creation wizard

Follow the instructions for [creating an Instance](/instances/how-to/create-an-instance/). At the **Choose an image** step of the creation wizard, click the **My images** tab, and select the desired image.

A new Instance is created from your image.

### Restoring the image
### Restore the image

1. Click **CPU & GPU Instances** in the **Compute** section of the side menu. The [Instances page](https://console.scaleway.com/instance/servers) displays.
2. Select the Availability Zone (AZ) from the drop-down menu (e.g., `PAR1`) to view resources in the selected AZ.
1. Click **CPU & GPU Instances** in the **Compute** section of the side menu. The [Instances page](https://console.scaleway.com/instance/servers) opens.
2. Select the Availability Zone (AZ) from the dropdown (e.g., `PAR1`) to view resources in the selected AZ.
3. Click the Instance you created an image of.
4. Click the **Storage** tab and scroll down to the **Images** section of the page.
5. Click <Icon name="more" /> next to the Instance's image.
6. Select **Create Instance** on the drop-down list. You are redirected to the Instance creation wizard, where the image has been preselected for you at step 2.
6. Select **Create Instance** in the dropdown. You are redirected to the Instance creation wizard, where the image has been preselected for you at step 2.
7. Finish configuring the Instance according to your requirements, and click **Create Instance**.

A new Instance is created from your image.

## How to manage your images
## Manage your images

1. Click **CPU & GPU Instances** in the **Compute** section of the side menu. The [Instances page](https://console.scaleway.com/instance/servers) displays.
2. Select the Availability Zone (AZ) from the drop-down menu (e.g., `PAR1`) to view resources in the selected AZ.
1. Click **CPU & GPU Instances** in the **Compute** section of the side menu. The [Instances page](https://console.scaleway.com/instance/servers) opens.
2. Select the Availability Zone (AZ) from the dropdown (e.g., `PAR1`) to view resources in the selected AZ.
3. Click the **Storage** tab. A list of your storage resources displays.
4. Scroll to the **Images** section of the page.
5. Click <Icon name="more" /> next to the relevant image.
- Select **More info** to view more information about the image, including its name, status, location, size, type, ID, and creation date.
- Select **Delete** to delete the image if you no longer need it, and confirm via the pop-up window when prompted.


<Message type="important">
Deleting an image does not delete the snapshots it is made of. These snapshots remain in your account and you continue to be billed for their storage. To stop being billed, delete each snapshot individually.<br/>
Go to Storage > Block Storage > Snapshots in the Scaleway console, or see [How to delete a snapshot](/block-storage/how-to/delete-a-snapshot/).
</Message>

Loading