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>'
This response does not have an example.

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 length: 1
Example:

"inst_abc123xyz"

Response

Compute instance deleted successfully