curl --request PUT \
--url https://api.gcore.com/cloud/v1/instances/{project_id}/{region_id}/{instance_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.
curl --request PUT \
--url https://api.gcore.com/cloud/v1/instances/{project_id}/{region_id}/{instance_id}/metadata \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Project ID
Region ID
Instance ID
Everything is OK
Was this page helpful?