Skip to main content
DELETE
/
compute
/
v1
/
instances
/
{id}
curl -X DELETE "https://api.case.dev/compute/v1/instances/%3Cstring%3E" \ -H "Authorization: Bearer $CASEDEV_API_KEY"
{
  "id": "gpu_abc123",
  "name": "ocr-processing",
  "status": "terminated",
  "totalRuntimeSeconds": 3600,
  "totalCost": "$0.60",
  "message": "Instance terminated successfully"
}

Documentation Index

Fetch the complete documentation index at: https://docs.case.dev/llms.txt

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

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

Instance ID to terminate

Response

Instance terminated

id
string
name
string
status
string
totalRuntimeSeconds
integer
totalCost
string
message
string