Skip to main content
This feature is in public preview.
Tags are key=value pairs that help you track and organize resources on SF Compute.

Syntax

Tag keys must not contain any space, comma, or equals sign Tag values must not contain any comma or equals sign. spaces are accepted inside tag values Tags are case sensitive.

Create tags

You can set tags while creating a resource or by editing an existing one.

Edit tags

You can overwrite all existing tags with the set command for any resource.

Delete tags

Setting tags to null will delete any existing tags attached to a resource. Once deleted, tags cannot be recovered.

List resources by tags

You can filter resources that match your provided tags.
Providing a tag key returns all resources that have tags with the specified key

Limits

Tags have the following limits:
  • Max limit of 50 tags per resource
  • Tag keys cannot be more than 128 characters
  • Tag values cannot be more than 256 characters