Skip to main content
DELETE
/
compute
/
instances
/
{id}
Delete Compute Instance
curl --request DELETE \
  --url https://api.fal.ai/v1/compute/instances/{id} \
  --header 'Authorization: <api-key>'
{
  "error": {
    "type": "authorization_error",
    "message": "Authentication required"
  }
}

Authorizations

Authorization
string
header
required

Admin API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_ADMIN_API_KEY

Path Parameters

id
string
required

Unique identifier for the compute instance

Minimum string length: 1
Example:

"inst_abc123xyz"

Response

Compute instance deleted successfully