Skip to content

Commit 1d6de7e

Browse files
fix(instances): wrong use of scw marketplace (#5946)
1 parent 996cef6 commit 1d6de7e

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

pages/instances/api-cli/creating-managing-instances-with-cliv2.mdx

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,15 @@ Scaleway Instances provide you with resources to develop, test code and deploy y
8484

8585
## Creating an Instance
8686

87-
1. Type the following command in your terminal to obtain a local-image UUID:
87+
1. Use the following command to browse all available Scaleway images:
8888

89-
`scw marketplace local-image get label=ubuntu_noble`
89+
`scw marketplace image list`
90+
91+
The output shows one image per line. Spot the `LABEL` of your desired image, for example `ubuntu_noble`.
92+
93+
2. You may request more information about the image using the following command:
94+
95+
`scw marketplace image get label=ubuntu_noble`
9096

9197
Details of the image as well as its ID are displayed:
9298

@@ -99,7 +105,7 @@ Scaleway Instances provide you with resources to develop, test code and deploy y
99105
CreatedAt 1 year ago
100106
Description Ubuntu is the ideal distribution for scale-out computing, Ubuntu Server helps you make the most of your infrastructure.
101107
```
102-
2. Run the following command to create an Instance:
108+
3. Run the following command to create an Instance:
103109

104110
`scw instance server create zone=fr-par-1 image=ubuntu_noble type=DEV1-S`
105111

@@ -164,7 +170,7 @@ Scaleway Instances provide you with resources to develop, test code and deploy y
164170
Volumes.0.Boot false
165171
Volumes.0.Zone fr-par-1
166172
SecurityGroup.ID 12345678-1234-1234-4321-123456789123
167-
SecurityGroup.Name Base group
173+
SecurityGroup.Name Default security group
168174
StateDetail -
169175
Arch x86_64
170176
Zone fr-par-1

0 commit comments

Comments
 (0)