---
title: "DeleteBaseSnapshot"
method: POST
path: "/gitpod.v1.BaseSnapshotService/DeleteBaseSnapshot"
tags: ["gitpod.v1.BaseSnapshotService"]
---

# DeleteBaseSnapshot

`POST /gitpod.v1.BaseSnapshotService/DeleteBaseSnapshot`

Deletes a base snapshot build and its provider artifact.

 Deletion is asynchronous and idempotent. It does not disable future base
 snapshot builds for the runner.

 ### Example

 ```yaml
 baseSnapshotId: "07e03a28-65a5-4d98-b532-8ea67b188048"
 ```

## Request body

- GitpodV1DeleteBaseSnapshotRequest
  - `baseSnapshotId` string, uuid, required — base_snapshot_id identifies the build and artifact to delete.

## Response `200`

Success

- GitpodV1DeleteBaseSnapshotResponse

## Other responses

- `default` — Error

---

[API](https://skmtc.net/gitpod-io/apis/gitpod-v1.md) · [All operations](https://skmtc.net/gitpod-io/apis/gitpod-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitpod-io/gitpod-v1/revisions/44d50c2ac284/schema)
