Create a share group

Creates a group to share images with other users.

Permissions and scopes

To call this operation, you need the following:

  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: images:read_write

CLI

linode-cli image-sharegroups create --label "my_label" --description "my_description" \
  --images '[{"id": "private/15", "label": "Linux Debian", "description": "Official Debian Linux image for server deployment"}]'

Learn more

Path Params
string
enum
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

Allowed:
Body Params
string

A detailed description of this share group.

images
array of objects

A list of image's details, including the ID, label, and description.

images
string
required

The share group's descriptive name.

Responses

Language
Credentials
LoadingLoading…
Response
Choose an example:
application/json