Cloud agent profiles provision build agents on demand from cloud providers (AWS, Azure, GCP, Kubernetes, and others). Profiles belong to TeamCity projects, their images define what to provision, and instances are the running cloud machines. The teamcity project cloud command group lets you inspect and manage all three.
Cloud profiles
Listing profiles
View cloud profiles configured for a project:
teamcity project cloud profile list
List profiles for a specific project:
teamcity project cloud profile list --project MyProject
teamcity project cloud profile list --project MyProject --json
profile list flags
Flag
Description
-p, --project
Filter by project ID
-n, --limit
Maximum number of profiles to display
--json
Output as JSON. Use --json= to list available fields, --json=f1,f2 for specific fields.