Skip to main content
DELETE
/
v3beta1
/
organizations
/
{org_id}
/
snapshot-setup
/
builds
/
{build_id}
/
pin
Unpin a build (no-op if not pinned)
curl --request DELETE \
  --url https://api.devin.ai/v3beta1/organizations/{org_id}/snapshot-setup/builds/{build_id}/pin \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.devin.ai/llms.txt

Use this file to discover all available pages before exploring further.

Permissions

Requires a service user with the ManageOrgSnapshots permission at the organization level.

Behavior

Unpins a build. No-op if the build is not currently pinned.

Authorizations

Authorization
string
header
required

Service User credential (prefix: cog_)

Path Parameters

build_id
string
required

Response

Successful Response