curl --request DELETE \
--url https://api.gcore.com/cloud/v2/instances/{project_id}/{region_id}/{instance_id}/metadata_item \
--header 'Authorization: <api-key>'
Delete instance tag by key
curl --request DELETE \
--url https://api.gcore.com/cloud/v2/instances/{project_id}/{region_id}/{instance_id}/metadata_item \
--header 'Authorization: <api-key>'
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
Tag key
Everything is OK
Was this page helpful?