cURL
curl --request PUT \ --url https://api.gcore.com/cloud/v1/images/{project_id}/{region_id}/{image_id}/metadata \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{}'
Delete all existing tags and replace them with the tags from the request. Use PATCH /v1/images/// instead
1 - 255
Was this page helpful?