List Depot container build projects
depot_list_projectsList Depot container build projects to find a project ID and review configuration: region, runner hardware, and cache retention policy.
Instructions
List Depot container build projects with their region, runner hardware, and cache policy.
Use this to find a projectId for depot_list_builds, depot_diagnose_build, or depot_list_images, and to check configuration that affects build speed: which region a project builds in, how large its runners are, and how much layer cache it retains before eviction.
These are container build projects. Depot CI runs are organised by repository and workflow instead — use depot_list_ci_runs for those.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum projects to return. | |
| regionId | No | Filter to one region, for example "us-east-1" or "eu-central-1". | |
| pageToken | No | Continue a previous listing: pass the nextPageToken from the last call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projects | Yes | ||
| returned | Yes | ||
| nextPageToken | No |