github.com/GoogleContainerTools/skaffold/v2@v2.13.2/docs-v1/content/en/docs/references/api-v2/_index.md (about) 1 --- 2 title: "API V2" 3 linkTitle: "API V2" 4 weight: 30 5 --- 6 7 Skaffold exposes an API for retrieving information about the state of the process and to provide fine-grained control over the execution. 8 For a detailed description of the [Skaffold API]({{<relref "/docs/design/api" >}}). 9 10 The same API is exposed two ways, through gRPC and HTTP, for which the generated reference can be found below: 11 12 * [gRPC API]({{< relref "/docs/references/api-v2/grpc" >}}) 13 * [HTTP API]({{< relref "/docs/references/api-v2/swagger" >}})