pydo.apps.delete()

Generated on 9 Jun 2026 from pydo version v0.36.0

Usage

client.apps.delete(id="4f6c71e2-1e90-4762-9fee-6cc4a0a9f2cf")
Returns JSONRaises HttpResponseError

Description

Delete an existing app. Once deleted, all active deployments will be permanently shut down and the app deleted. If needed, be sure to back up your app specification so that you may re-create it at a later time.

Parameters

id string required

The ID of the app

Request Sample

Show Request Sample
import os
from pydo import Client

client = Client(token=os.environ.get("DIGITALOCEAN_TOKEN"))

delete_resp = client.apps.delete(id="b7d64052")

Response Example

Show Response Example
{
  "id": "b7d64052-3706-4cb7-b21a-c5a2f44e63b3"
}

More Information

See /v2/apps/{id} in the API reference for additional detail on responses, headers, parameters, and more.

We can't find any results for your search.

Try using different keywords or simplifying your search terms.