Skip to content
Merged
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
2 changes: 2 additions & 0 deletions docs/resources/instance_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ You can check the available labels with our [CLI](https://www.scaleway.com/en/do

To retrieve more information by label please use: ```scw marketplace image get label=<LABEL>```

To obtain a local-image UUID from a label, please use: ```scw marketplace local-image list image-label=<LABEL>```

- `name` - (Optional) The name of the server.

- `tags` - (Optional) The tags associated with the server.
Expand Down
2 changes: 2 additions & 0 deletions templates/resources/instance_server.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ You can check the available labels with our [CLI](https://www.scaleway.com/en/do

To retrieve more information by label please use: ```scw marketplace image get label=<LABEL>```

To obtain a local-image UUID from a label, please use: ```scw marketplace local-image list image-label=<LABEL>```

- `name` - (Optional) The name of the server.

- `tags` - (Optional) The tags associated with the server.
Expand Down
Loading