Fleet tag
Available Fields
Field
Examples
Get all tags by fleet name
GET "https://api.balena-cloud.com/v7/application_tag?\$filter=application/app_name%20eq%20'<NAME>'" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <AUTH_TOKEN>" Create a new fleet tag
POST "https://api.balena-cloud.com/v7/application_tag" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <AUTH_TOKEN>" \
--data '{
"application": "<FLEET ID>",
"tag_key": "<KEY>",
"value": "<VALUE>"
}'Update a fleet tag
Delete a fleet tag
Last updated
Was this helpful?