Add images to a share group

Adds images to an existing group where you can share them with other members.

  • Run the List share groups operation to get the id you should use as the (sharegroupId) path parameter that identifies an existing share group.

  • Run the Get an image operation to see the existing images' id values. If needed, Create an image or Upload an image.

  • You can set a label and description for each image, visible to all group members. If omitted, the shared image keeps the original image's details. Note that when you Update the original image, it has no effect on a shared image's details within any groups.

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

<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
images:read_write

<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>
Language
Credentials
Click Try It! to start a request and see the response here!